mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixes curser changing to pointer on hover (#127)
closes #7100 Adds `:hover` pseudo-class to `gh-notification-schedule` that sets the curser to default to avoid having it as a pointer on hover.
This commit is contained in:
parent
4848955425
commit
2b20e6d3e1
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-notification-schedule:hover {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
/* Alerts
|
/* Alerts
|
||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue