diff options
| author | XhmikosR <[email protected]> | 2017-11-06 02:23:36 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-06 02:23:36 +0200 |
| commit | 34d745540d690086cdfc4ce648963f9acdc56bdb (patch) | |
| tree | b70b623cae6707954441fb1466ebd82439fd8727 /scss/mixins/_forms.scss | |
| parent | f74fe3a45be95cd9a07926c442ae8e72c1018006 (diff) | |
| download | bootstrap-34d745540d690086cdfc4ce648963f9acdc56bdb.tar.xz bootstrap-34d745540d690086cdfc4ce648963f9acdc56bdb.zip | |
Minor Sass consistency changes. (#24677)
* use `background-color` instead of the shorthand
* use `outline: 0` consistently
* fix transform order
* remove quotes from `SFMono-Regular`
Diffstat (limited to 'scss/mixins/_forms.scss')
| -rw-r--r-- | scss/mixins/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 5d822a440..6c171aae8 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -15,7 +15,7 @@ color: $input-focus-color; background-color: $input-focus-bg; border-color: $input-focus-border-color; - outline: none; + outline: 0; // Avoid using mixin so we can pass custom focus shadow properly @if $enable-shadows { box-shadow: $input-box-shadow, $input-focus-box-shadow; |
