1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Fix #1754: Revert dropdown spacing to .5 rem (#1764)

This commit is contained in:
Robert-Jan de Dreu
2023-11-09 15:24:57 +01:00
committed by GitHub
parent 49460df510
commit 5158a24557

View File

@@ -642,7 +642,7 @@ $dropdown-link-active-bg: var(--#{$prefix}active-bg) !default;
$dropdown-box-shadow: var(--#{$prefix}box-shadow-dropdown) !default;
$dropdown-divider-bg: $dropdown-border-color !default;
$dropdown-divider-margin-y: var(--#{$prefix}spacer) !default;
$dropdown-divider-margin-y: var(--#{$prefix}spacer-2) !default;
// Tooltip
$tooltip-bg: var(--#{$prefix}bg-surface-dark) !default;