mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #4029 from PaulAdamDavis/fix-text-selection-bug
Fix ::selection bug
This commit is contained in:
commit
5c43b80cad
1 changed files with 0 additions and 4 deletions
|
@ -20,15 +20,11 @@ body {
|
|||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: $darkgrey;
|
||||
background: lighten($blue, 20%);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: $darkgrey;
|
||||
background: lighten($blue, 20%);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
h1, h2, h3,
|
||||
|
|
Loading…
Add table
Reference in a new issue