From 80a36bf6f1376425e3a733f585b51d216ef05da7 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 26 Feb 2022 12:49:35 +0100 Subject: [PATCH] comment --- src/scss/ui/forms/_form-custom.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scss/ui/forms/_form-custom.scss b/src/scss/ui/forms/_form-custom.scss index 958ccc587..dce03f396 100644 --- a/src/scss/ui/forms/_form-custom.scss +++ b/src/scss/ui/forms/_form-custom.scss @@ -14,7 +14,9 @@ Remove the cancel buttons in Chrome and Safari on macOS. -webkit-appearance: none; } - +/** +Form control dark theme fix + */ .form-control { &::file-selector-button { background-color: var(--#{$variable-prefix}btn-color, #{$form-file-button-bg});