mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Remove double shadow from dropdown hover
I have no idea why this was originally here
This commit is contained in:
parent
c17c5129d1
commit
4a9d3e9d9e
1 changed files with 1 additions and 4 deletions
|
@ -59,11 +59,8 @@
|
|||
|
||||
&:hover {
|
||||
background: $blue;
|
||||
box-shadow:
|
||||
rgba(255,255,255,0.2) 0 1px 0 inset,
|
||||
rgba(0,0,0,0.5) 0 1px 5px;
|
||||
box-shadow: rgba(255,255,255,0.2) 0 1px 0 inset;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Add a check mark to the currently active menu item
|
||||
|
|
Loading…
Add table
Reference in a new issue