use bodySelectionColor
This commit is contained in:
parent
4dea1729cf
commit
559fbd9995
1 changed files with 4 additions and 4 deletions
|
@ -1190,17 +1190,17 @@ Miscellaneous
|
||||||
|
|
||||||
.$themeClass ::selection {
|
.$themeClass ::selection {
|
||||||
background: $bodySelectionBackground;
|
background: $bodySelectionBackground;
|
||||||
// FIXME color: bodySelectionColor;
|
color: $bodySelectionColor;
|
||||||
}
|
}
|
||||||
.$themeClass ::-moz-selection {
|
.$themeClass ::-moz-selection {
|
||||||
background: $bodySelectionBackground;
|
background: $bodySelectionBackground;
|
||||||
// FIXME color: bodySelectionColor;
|
color: $bodySelectionColor;
|
||||||
}
|
}
|
||||||
.$themeClass ::-o-selection {
|
.$themeClass ::-o-selection {
|
||||||
background: $bodySelectionBackground;
|
background: $bodySelectionBackground;
|
||||||
// FIXME color: bodySelectionColor;
|
color: $bodySelectionColor;
|
||||||
}
|
}
|
||||||
.$themeClass ::-webkit-selection {
|
.$themeClass ::-webkit-selection {
|
||||||
background: $bodySelectionBackground;
|
background: $bodySelectionBackground;
|
||||||
// FIXME color: bodySelectionColor;
|
color: $bodySelectionColor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue