2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Minor Sass consistency changes. (#24677)

* use `background-color` instead of the shorthand
* use `outline: 0` consistently
* fix transform order
* remove quotes from `SFMono-Regular`
This commit is contained in:
XhmikosR
2017-11-06 02:23:36 +02:00
committed by GitHub
parent f74fe3a45b
commit 34d745540d
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ body {
//
// Credit: https://github.com/suitcss/base
[tabindex="-1"]:focus {
outline: none !important;
outline: 0 !important;
}