1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Merge pull request #17364 from twbs/avoid-parent-selector-suffix2

Remove all uses of `selector &` to support nested import
This commit is contained in:
Gleb Mazovetskiy
2015-09-05 10:14:59 +01:00
4 changed files with 15 additions and 25 deletions

View File

@@ -45,8 +45,7 @@
}
&.disabled,
&:disabled,
fieldset[disabled] & {
&:disabled {
&:focus,
&.focus {
background-color: $background;
@@ -81,8 +80,7 @@
}
&.disabled,
&:disabled,
fieldset[disabled] & {
&:disabled {
&:focus,
&.focus {
border-color: lighten($color, 20%);