We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57d1e71 + 3b167f1 commit bfac5d7Copy full SHA for bfac5d7
src/styles/components/_inputs.scss
@@ -26,7 +26,7 @@ $checkbox-margin: 7px 2px 7px 0px;
26
27
28
#wrapper, .modal {
29
- input[type="text"],
+ input[type="text"]:not(.filename),
30
input[type="password"],
31
input[type="date"],
32
input[type="file"],
@@ -52,11 +52,6 @@ $checkbox-margin: 7px 2px 7px 0px;
52
border-color: $color-input-border-focus !important;
53
}
54
55
- &.filename {
56
- box-shadow: none;
57
- padding-left: 20px;
58
- }
59
-
60
&:disabled {
61
background-color: $color-disabled-input-bg;
62
0 commit comments