refs #6363 - Fix style in LoginMain when darkmode is activated #131

Merged
jsegarra merged 5 commits from 6363_lilium_darkMode_login into dev 2024-01-02 09:23:56 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ a {
// Removes chrome autofill background
input:-webkit-autofill,
select:-webkit-autofill {
color: $input-text-color !important;
color: var(--vn-text) ;
font-family: $typography-font-family;
-webkit-text-fill-color: $input-text-color !important;
-webkit-text-fill-color: var(--vn-text) ;
jsegarra marked this conversation as resolved Outdated
Outdated
Review

Probar sin !important 's

Probar sin !important 's
-webkit-background-clip: text !important;
background-clip: text !important;
}