UNPKG

google-closure-library

Version:
20 lines (15 loc) 403 B
/** * @license * Copyright The Closure Library Authors. * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Common CSS class name constants. */ goog.provide('goog.ui.INLINE_BLOCK_CLASSNAME'); /** * CSS class name for applying the "display: inline-block" property in a * cross-browser way. * @type {string} */ goog.ui.INLINE_BLOCK_CLASSNAME = goog.getCssName('goog-inline-block');