mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed thicker top border of active users list
no issue - fixed bug introduced in https://github.com/TryGhost/Ghost-Admin/pull/1095 by the addition of an `<occluded-content>` element which meant the `:first-child` class was no longer being applied
This commit is contained in:
parent
434e8ba2f7
commit
10ccea41ee
@ -155,7 +155,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.apps-grid-cell:first-child .apps-card-app {
|
||||
.apps-grid-cell:first-of-type .apps-card-app {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user