Skip to content
Snippets Groups Projects
Commit 72061d7f authored by Robert Goldmann's avatar Robert Goldmann
Browse files

cleanup css

parent f5056af3
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ main {
/* label underline focus color */
.input-field input[type=text]:focus:not(.invalid),
.input-field input[type=text]:focus:not(.invalid) {
.input-field input[type=number]:focus:not(.invalid) {
border-bottom: 1px solid var(--color-blue) !important;
box-shadow: 0 1px 0 0 #CCCCCC !important;
}
......@@ -777,13 +777,6 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
color: var(--color-white) !important;
}
/* input text color */
[data-theme="dark"] .input-field input[type=text] {
color: var(--color-white);
border-bottom: 1px solid #FFFFFF;
box-shadow: 0 1px 0 0 #CCCCCC;
}
/* input label color */
[data-theme="dark"] .input-field input[type=text] + label,
[data-theme="dark"] .input-field input[type=number] + label {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment