0
Fork 0
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:
Aileen Nowak 2016-07-15 18:30:50 +03:00 committed by Austin Burdine
parent 4848955425
commit 2b20e6d3e1

View file

@ -118,6 +118,10 @@
line-height: 1.3em; line-height: 1.3em;
} }
.gh-notification-schedule:hover {
cursor: default;
}
/* Alerts /* Alerts
/* ---------------------------------------------------------- */ /* ---------------------------------------------------------- */