ux: row collapse / expand starting to work

This commit is contained in:
Torkel Ödegaard
2017-10-24 12:33:14 +02:00
parent 68562a2077
commit 15024e96e4
8 changed files with 71 additions and 54 deletions

View File

@@ -44,16 +44,16 @@
color: $text-muted;
visibility: hidden;
opacity: 0;
flex-grow: 1;
a {
color: $text-color-weak;
padding-left: $spacer;
&:hover {
color: $link-hover-color;
}
}
flex-grow: 1;
}
.dashboard-row__panel_count {

View File

@@ -111,7 +111,6 @@
padding: 3px 10px;
white-space: nowrap;
background-color: $tight-form-bg;
border: $input-btn-border-width solid $input-label-border-color;;
margin-bottom: 4px;
@include left-brand-border();