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

select box shadow fix

This commit is contained in:
codecalm
2023-03-17 00:27:30 +01:00
parent 9817a88109
commit bb494cfe94

View File

@@ -459,6 +459,8 @@ $shadows: (
shadow-dropdown: $shadow-dropdown,
) !default;
$box-shadow-inset: 0 0 transparent !default;
// Transitions
$transition-time: 0.3s !default;
@@ -527,7 +529,6 @@ $input-btn-padding-y-lg: 0.5rem !default;
$input-btn-focus-width: 0.25rem !default;
// Inputs
$input-box-shadow: 0 0 transparent !default;
$input-height: null !default;
$input-height-sm: null !default;
$input-height-lg: null !default;