mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 06:21:26 +02:00
Removed mixin from focus ouline box-shadow fixes #17066
This commit is contained in:
@@ -19,16 +19,16 @@
|
|||||||
z-index: -1; // Put the input behind the label so it doesn't overlay text
|
z-index: -1; // Put the input behind the label so it doesn't overlay text
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
&:focus ~ .c-indicator {
|
|
||||||
@include box-shadow(0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9);
|
|
||||||
}
|
|
||||||
|
|
||||||
&:checked ~ .c-indicator {
|
&:checked ~ .c-indicator {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #0074d9;
|
background-color: #0074d9;
|
||||||
@include box-shadow(none);
|
@include box-shadow(none);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:focus ~ .c-indicator {
|
||||||
|
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
||||||
|
}
|
||||||
|
|
||||||
&:active ~ .c-indicator {
|
&:active ~ .c-indicator {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #84c6ff;
|
background-color: #84c6ff;
|
||||||
|
Reference in New Issue
Block a user