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/_close.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/_close.scss')
| -rw-r--r-- | scss/_close.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_close.scss b/scss/_close.scss index 897d48684..4271bc720 100644 --- a/scss/_close.scss +++ b/scss/_close.scss @@ -22,7 +22,7 @@ // stylelint-disable property-no-vendor-prefix, selector-no-qualifying-type button.close { padding: 0; - background: transparent; + background-color: transparent; border: 0; -webkit-appearance: none; } |
