mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
really fix indentation, reorder
This commit is contained in:
@@ -85,12 +85,13 @@
|
|||||||
~ .custom-control-indicator {
|
~ .custom-control-indicator {
|
||||||
background-color: rgba($color, .25);
|
background-color: rgba($color, .25);
|
||||||
}
|
}
|
||||||
|
~ .custom-control-description {
|
||||||
|
color: $color;
|
||||||
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
~ .custom-control-indicator {
|
~ .custom-control-indicator {
|
||||||
box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-btn-focus-width $color;
|
box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-btn-focus-width $color;
|
||||||
}
|
}
|
||||||
~ .custom-control-description {
|
|
||||||
color: $color;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user