mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Fix regression for unpublished pages styles & revision index item
This commit is contained in:
parent
36db643f20
commit
5adda1af43
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue