0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

really fix indentation, reorder

This commit is contained in:
Mark Otto 2017-10-21 20:57:19 -07:00 committed by GitHub
parent 7eb8c54858
commit 1083e49bbe

View File

@ -85,13 +85,14 @@
~ .custom-control-indicator {
background-color: rgba($color, .25);
}
&:focus {
~ .custom-control-indicator {
box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-btn-focus-width $color;
}
~ .custom-control-description {
color: $color;
}
&:focus {
~ .custom-control-indicator {
box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-btn-focus-width $color;
}
}
}
}