mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Added hover to settings grid items
This commit is contained in:
parent
e903046813
commit
cecfebad62
@ -16,6 +16,10 @@
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.gh-settings-main-grid .gh-setting-group:hover {
|
||||
background: var(--whitegrey-l2);
|
||||
}
|
||||
|
||||
.gh-settings-main-grid .gh-setting-group:nth-child(3n-2) {
|
||||
border-left: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user