remove selection color from core css

This commit is contained in:
Hakim El Hattab 2015-03-05 10:49:21 +01:00
parent c200fbedd1
commit 4677741568
2 changed files with 0 additions and 22 deletions

View File

@ -33,16 +33,6 @@ body {
background-color: #fff;
color: #000; }
::-moz-selection {
background: #FF5E99;
color: #fff;
text-shadow: none; }
::selection {
background: #FF5E99;
color: #fff;
text-shadow: none; }
/*********************************************
* VIEW FRAGMENTS
*********************************************/

View File

@ -57,18 +57,6 @@ body {
color: #000;
}
::-moz-selection {
background: #FF5E99;
color: #fff;
text-shadow: none;
}
::selection {
background: #FF5E99;
color: #fff;
text-shadow: none;
}
/*********************************************
* VIEW FRAGMENTS