fix title color of colored selects in selected state
This commit is contained in:
parent
8438e861c2
commit
3f6546783e
1 changed files with 2 additions and 2 deletions
|
@ -358,11 +358,11 @@ Forms
|
||||||
background-image: -webkit-linear-gradient(top, $buttonSelectedGradient);
|
background-image: -webkit-linear-gradient(top, $buttonSelectedGradient);
|
||||||
}
|
}
|
||||||
.$themeClass .OxButton.OxSelected,
|
.$themeClass .OxButton.OxSelected,
|
||||||
.$themeClass .OxSelect.OxSelected > .OxTitle,
|
.$themeClass .OxSelect.OxSelected:not(.OxColor) > .OxTitle,
|
||||||
.$themeClass .OxCollapsePanel > .OxBar > .OxExtras > .OxSelect.OxSelected {
|
.$themeClass .OxCollapsePanel > .OxBar > .OxExtras > .OxSelect.OxSelected {
|
||||||
color: $buttonSelectedColor;
|
color: $buttonSelectedColor;
|
||||||
}
|
}
|
||||||
.$themeClass .OxSelect.OxColor.OxSelected > .OxButton.OxSelected {
|
.$themeClass .OxSelect.OxSelected.OxColor > .OxButton.OxSelected {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue