use bodySelectionColor

This commit is contained in:
rolux 2013-02-26 00:41:40 +05:30
parent 4dea1729cf
commit 559fbd9995

View file

@ -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;
} }