Fix homepage link & update labels being hidden

This commit is contained in:
Rob Garrison 2017-12-24 08:32:58 -06:00
parent 72ce4a15d6
commit b85edba2b2

View File

@ -324,7 +324,7 @@ select {
margin: 0; margin: 0;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
contain: content; contain: layout;
} }
/************ checkbox & select************/ /************ checkbox & select************/
@ -459,9 +459,18 @@ select {
color: hsla(180, 100%, 15%, 1); color: hsla(180, 100%, 15%, 1);
} }
.newUI .homepage:not([href=""]) { .newUI .style-name:after {
position: absolute; text-indent: 1.2rem;
margin-left: -28px; }
.newUI .actions:after {
text-indent: -25px;
}
.newUI .actions .homepage[href=""] {
display: inline-block;
visibility: hidden;
height: 0;
} }
.newUI .actions { .newUI .actions {