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:
Kevin Ansfield 2019-01-14 15:37:14 +00:00
parent 434e8ba2f7
commit 10ccea41ee

View File

@ -155,7 +155,7 @@
}
}
.apps-grid-cell:first-child .apps-card-app {
.apps-grid-cell:first-of-type .apps-card-app {
border-top: none;
}