mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Fixes #20586
Use pixels instead of rem units for focus box-shadow on custom controls so that IE11, Edge, and Win FF screw it up less
This commit is contained in:
parent
308114f65c
commit
8c90008098
@ -473,7 +473,7 @@ $custom-control-checked-indicator-color: $white !default;
|
|||||||
$custom-control-checked-indicator-bg: $brand-primary !default;
|
$custom-control-checked-indicator-bg: $brand-primary !default;
|
||||||
$custom-control-checked-indicator-box-shadow: none !default;
|
$custom-control-checked-indicator-box-shadow: none !default;
|
||||||
|
|
||||||
$custom-control-focus-indicator-box-shadow: 0 0 0 .075rem $body-bg, 0 0 0 .2rem $brand-primary !default;
|
$custom-control-focus-indicator-box-shadow: 0 0 0 1px $body-bg, 0 0 0 3px $brand-primary !default;
|
||||||
|
|
||||||
$custom-control-active-indicator-color: $white !default;
|
$custom-control-active-indicator-color: $white !default;
|
||||||
$custom-control-active-indicator-bg: lighten($brand-primary, 35%) !default;
|
$custom-control-active-indicator-bg: lighten($brand-primary, 35%) !default;
|
||||||
|
Loading…
Reference in New Issue
Block a user