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
|
white-space: nowrap; // prevent links from randomly breaking onto new lines
|
||||||
background-color: transparent; // For `<button>`s
|
background-color: transparent; // For `<button>`s
|
||||||
border: 0; // For `<button>`s
|
border: 0; // For `<button>`s
|
||||||
|
outline: 0; // For `<button>`s
|
||||||
@include border-radius(var(--#{$prefix}dropdown-item-border-radius, 0));
|
@include border-radius(var(--#{$prefix}dropdown-item-border-radius, 0));
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|
Loading…
Reference in New Issue