Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixed thicker top border of active users list
Browse files Browse the repository at this point in the history
no issue
- fixed bug introduced in #1095 by the addition of an `<occluded-content>` element which meant the `:first-child` class was no longer being applied
  • Loading branch information
kevinansfield committed Jan 14, 2019
1 parent 782ff71 commit 167c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/layouts/apps.css
Expand Up @@ -155,7 +155,7 @@
}
}

.apps-grid-cell:first-child .apps-card-app {
.apps-grid-cell:first-of-type .apps-card-app {
border-top: none;
}

Expand Down

0 comments on commit 167c941

Please sign in to comment.