mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
Consistently use outline:0 rather than outline:none (#32751)
just for code consistency, no actual effect on styling per se
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
outline: 0;
|
||||
box-shadow: $btn-close-focus-shadow;
|
||||
opacity: $btn-close-focus-opacity;
|
||||
}
|
||||
|
Reference in New Issue
Block a user