Fixed forum reply box not showing because of the title structure change.

This commit is contained in:
flash 2018-10-25 00:01:20 +02:00
parent f3204f467c
commit ae97ae5dbb

View file

@ -1,15 +1,14 @@
.container { .container {
// todo: make this now bad // todo: make this now bad
background-image: background-image: linear-gradient(0deg, var(--background-colour-translucent), var(--background-colour-translucent));
linear-gradient(0deg, var(--background-colour-translucent), var(--background-colour-translucent)), background-color: var(--accent-colour);
linear-gradient(0deg, var(--accent-colour), var(--accent-colour));
box-shadow: 0 1px 2px #000A; box-shadow: 0 1px 2px #000A;
text-shadow: 0 1px 4px #000; text-shadow: 0 1px 4px #000;
// should this exist? // should this exist?
&--hidden { // __title should always be the first element of a container &--hidden { // __title should always be the first element of a container
:not(:first-child) { > :not(:first-child) {
display: none; display: none;
} }
} }