File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 258258 & :focus ~ .custom-file-label {
259259 border-color : $custom-file-focus-border-color ;
260260 box-shadow : $custom-file-focus-box-shadow ;
261-
262- & ::after {
263- border-color : $custom-file-focus-border-color ;
264- }
265261 }
266262
267263 & :disabled ~ .custom-file-label {
303299 color : $custom-file-button-color ;
304300 content : " Browse" ;
305301 @include gradient-bg ($custom-file-button-bg );
306- border-left : $custom-file-border-width solid $custom-file-border-color ;
302+ border-left : inherit ;
307303 @include border-radius (0 $custom-file-border-radius $custom-file-border-radius 0 );
308304 }
309305}
Original file line number Diff line number Diff line change 180180 &.is- #{$state } {
181181 ~ .custom- file- label {
182182 border-color : $color ;
183-
184- & ::after { border-color : inherit ; }
185183 }
186184
187185 ~ .#{$state } -feedback ,
191189
192190 & :focus {
193191 ~ .custom-file-label {
192+ border-color : $color ;
194193 box-shadow : 0 0 0 $input-focus-width rgba ($color , .25 );
195194 }
196195 }
You can’t perform that action at this time.
0 commit comments