Skip to content

Commit e170e47

Browse files
committed
ux(dashboard): minor updates
1 parent 3fc6f6d commit e170e47

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

public/sass/pages/_dashboard.scss

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ div.flot-text {
4545
background-color: $panel-bg;
4646
position: relative;
4747
border: $panel-border;
48-
&:hover {
49-
.panel-actions {
50-
display: block;
51-
}
52-
}
5348

5449
&.panel-transparent {
5550
background-color: transparent;
@@ -221,11 +216,6 @@ div.flot-text {
221216
margin-right: $panel-margin;
222217
margin-left: 0;
223218

224-
&:hover {
225-
.dash-row-header-actions {
226-
display: block;
227-
}
228-
}
229219

230220
.h1 { font-size: 2.7rem; font-style: normal; line-height: 4rem }
231221
.h2 { font-size: 2.4rem; line-height: 3.5rem; }
@@ -312,6 +302,11 @@ div.flot-text {
312302
.dash-edit-mode {
313303
.dash-row-header {
314304
display: flex;
305+
&:hover {
306+
.dash-row-header-actions {
307+
display: block;
308+
}
309+
}
315310
}
316311
.dash-row {
317312
border-left: 1px solid $dark-4;

0 commit comments

Comments
 (0)