mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Remove Internet Explorer leftovers
This commit is contained in:
@@ -11,13 +11,6 @@
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
|
||||
// Separate rules for :focus and :focus-within as IE doesn't support the latter, and
|
||||
// thus ignores the entire ruleset. See https://github.com/twbs/bootstrap/pull/29036.
|
||||
&:focus ~ .form-file-label {
|
||||
border-color: $form-file-focus-border-color;
|
||||
box-shadow: $form-file-focus-box-shadow;
|
||||
}
|
||||
|
||||
&:focus-within ~ .form-file-label {
|
||||
border-color: $form-file-focus-border-color;
|
||||
box-shadow: $form-file-focus-box-shadow;
|
||||
|
||||
Reference in New Issue
Block a user