1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 18:04:26 +04:00
This commit is contained in:
codecalm
2022-02-26 12:49:35 +01:00
parent 7f1b829df7
commit 80a36bf6f1

View File

@@ -14,7 +14,9 @@ Remove the cancel buttons in Chrome and Safari on macOS.
-webkit-appearance: none; -webkit-appearance: none;
} }
/**
Form control dark theme fix
*/
.form-control { .form-control {
&::file-selector-button { &::file-selector-button {
background-color: var(--#{$variable-prefix}btn-color, #{$form-file-button-bg}); background-color: var(--#{$variable-prefix}btn-color, #{$form-file-button-bg});