2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+2 -4
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%);