Reduce more CSS

This commit is contained in:
djmaze 2021-03-09 14:50:09 +01:00
parent eb9d2d8ddc
commit bc360eccf9
6 changed files with 28 additions and 72 deletions

View file

@ -66,11 +66,11 @@
hr {
margin: 10px;
border-top: 0 solid #000;
border-top: 0;
border-bottom: 1px solid #999;
}
.b-content .e-item {
.e-item {
overflow: hidden;
white-space: nowrap;
@ -173,16 +173,16 @@
font-weight: bold;
}
&.hidden {
display: none;
}
.e-collapsed-sign {
cursor: pointer;
vertical-align: inherit;
}
}
.hidden.e-link {
display: none;
}
.b-sub-folders.collapsed {
max-height: 0;
height: 0;