Fix regression for unpublished pages styles & revision index item

This commit is contained in:
Thibaud Colas 2019-06-10 13:42:45 +01:00
parent 36db643f20
commit 5adda1af43

View file

@ -356,14 +356,14 @@ ul.listing {
padding-left: 20px;
}
.unpublished h2 {
.unpublished .title-wrapper {
opacity: 0.7;
}
.index {
background-color: $color-grey-4;
.title h2 {
.title .title-wrapper {
font-size: 1.2em;
opacity: 1;