Commit e170e47e by Torkel Ödegaard

ux(dashboard): minor updates

parent 3fc6f6d7
......@@ -45,11 +45,6 @@ div.flot-text {
background-color: $panel-bg;
position: relative;
border: $panel-border;
&:hover {
.panel-actions {
display: block;
}
}
&.panel-transparent {
background-color: transparent;
......@@ -221,11 +216,6 @@ div.flot-text {
margin-right: $panel-margin;
margin-left: 0;
&:hover {
.dash-row-header-actions {
display: block;
}
}
.h1 { font-size: 2.7rem; font-style: normal; line-height: 4rem }
.h2 { font-size: 2.4rem; line-height: 3.5rem; }
......@@ -312,6 +302,11 @@ div.flot-text {
.dash-edit-mode {
.dash-row-header {
display: flex;
&:hover {
.dash-row-header-actions {
display: block;
}
}
}
.dash-row {
border-left: 1px solid $dark-4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment