mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Remove hover transition inside dropdowns
No issue - Removes the transition on hover/focus states for items/links in dropdowns
This commit is contained in:
parent
d9017626a7
commit
b48a5c38f7
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
text-align: left;
|
||||
color: #333;
|
||||
white-space: nowrap; // prevent links from randomly breaking onto new lines
|
||||
transition: none;
|
||||
}
|
||||
|
||||
i {
|
||||
|
|
Loading…
Add table
Reference in a new issue