Sha256: 2158862f0612c91a7bfe22d8597fc13857a264126bfe7ebfbf25e2ff0c9d0415
Contents?: true
Size: 1.03 KB
Versions: 17
Compression:
Stored size: 1.03 KB
Contents
// ========== // TOOLTIPS // ========== $STYLEGUIDE_TOOLTIPS_ID: tooltip !default; $STYLEGUIDE_TOOLTIPS: () !default; @if not styleguide-component-exists($STYLEGUIDE_TOOLTIPS_ID, $CONFIG_THEME) { $a-blackhole: styleguide-add-component($STYLEGUIDE_TOOLTIPS_ID, $STYLEGUIDE_TOOLTIPS, ( (default, ( color nth-cyclic($CONFIG_COLOR_COPY, 2), border-radius $CONFIG_DIM_TOOLTIP_RADIUS, background nth($CONFIG_TEXTURE_BRISTOL, 1), border-color nth($CONFIG_COLOR_BORDER_TOOLTIP, 1), border-style solid, border-width $CONFIG_DIM_GENERIC_BORDER, box-shadow $CONFIG_SHADOW_TOOLTIP, max-width $CONFIG_DIM_TOOLTIP_MAX_WIDTH, padding $CONFIG_DIM_TOOLTIP_SPACING, // structure outline 0, // for accessibility purposes, we don't want to outline the tooltip if it has focus display block, position absolute, visibility visible, z-index 1 )), nil ), $CONFIG_THEME); }
Version data entries
17 entries across 17 versions & 1 rubygems