0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added pointer cursor to column names

refs https://github.com/TryGhost/Team/issues/1941
This commit is contained in:
Djordje Vlaisavljevic 2022-09-27 10:02:27 +02:00
parent 5d5fc33d2c
commit 83f88e1586

View file

@ -1037,6 +1037,10 @@ Dashboard Attribution */
margin-top: -20px;
}
.gh-dashboard-attribution-list .gh-dashboard-list-title:not(.sorted-by) {
cursor: pointer;
}
.gh-dashboard-attribution-list .gh-dashboard-list-body {
padding-top: 8px;
padding-bottom: 8px;