Don't hide all .is-hidden in brutalist themes

This commit is contained in:
Jason McBrayer 2018-08-28 10:06:18 -04:00
parent 5298bf59b1
commit 09d36790d1
3 changed files with 3 additions and 3 deletions

View File

@ -216,7 +216,7 @@ img.emoji
vertical-align: text-bottom;
}
.is-hidden
hr.is-hidden
{
display: none;
}

View File

@ -71,7 +71,7 @@ div.card-header-title, div.card-header-icon {
margin-bottom: 1em;
}
.is-hidden {
hr.is-hidden {
display: none;
}

View File

@ -75,7 +75,7 @@ div.card-header-title, div.card-header-icon {
margin-bottom: 1em;
}
.is-hidden {
hr.is-hidden {
display: none;
}