Skip to content

Commit bfac5d7

Browse files
authored
Merge pull request #118 from farend/remove-filename-padding2
Adjust .filename styles to support Redmine core SVG icon update
2 parents 57d1e71 + 3b167f1 commit bfac5d7

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

src/styles/components/_inputs.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $checkbox-margin: 7px 2px 7px 0px;
2626

2727

2828
#wrapper, .modal {
29-
input[type="text"],
29+
input[type="text"]:not(.filename),
3030
input[type="password"],
3131
input[type="date"],
3232
input[type="file"],
@@ -52,11 +52,6 @@ $checkbox-margin: 7px 2px 7px 0px;
5252
border-color: $color-input-border-focus !important;
5353
}
5454

55-
&.filename {
56-
box-shadow: none;
57-
padding-left: 20px;
58-
}
59-
6055
&:disabled {
6156
background-color: $color-disabled-input-bg;
6257
}

0 commit comments

Comments
 (0)