mirror of https://github.com/twbs/bootstrap.git
Remove outline on focus for consistent link and button styling
This commit is contained in:
parent
5708adc816
commit
69711b79a9
|
@ -184,6 +184,7 @@
|
|||
white-space: nowrap; // prevent links from randomly breaking onto new lines
|
||||
background-color: transparent; // For `<button>`s
|
||||
border: 0; // For `<button>`s
|
||||
outline: 0; // For `<button>`s
|
||||
@include border-radius(var(--#{$prefix}dropdown-item-border-radius, 0));
|
||||
|
||||
&:hover,
|
||||
|
|
Loading…
Reference in New Issue