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 {
|
||||
background: $bodySelectionBackground;
|
||||
// FIXME color: bodySelectionColor;
|
||||
color: $bodySelectionColor;
|
||||
}
|
||||
.$themeClass ::-moz-selection {
|
||||
background: $bodySelectionBackground;
|
||||
// FIXME color: bodySelectionColor;
|
||||
color: $bodySelectionColor;
|
||||
}
|
||||
.$themeClass ::-o-selection {
|
||||
background: $bodySelectionBackground;
|
||||
// FIXME color: bodySelectionColor;
|
||||
color: $bodySelectionColor;
|
||||
}
|
||||
.$themeClass ::-webkit-selection {
|
||||
background: $bodySelectionBackground;
|
||||
// FIXME color: bodySelectionColor;
|
||||
color: $bodySelectionColor;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue