File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,6 @@ div.flot-text {
45
45
background-color : $panel-bg ;
46
46
position : relative ;
47
47
border : $panel-border ;
48
- & :hover {
49
- .panel-actions {
50
- display : block ;
51
- }
52
- }
53
48
54
49
& .panel-transparent {
55
50
background-color : transparent ;
@@ -221,11 +216,6 @@ div.flot-text {
221
216
margin-right : $panel-margin ;
222
217
margin-left : 0 ;
223
218
224
- & :hover {
225
- .dash-row-header-actions {
226
- display : block ;
227
- }
228
- }
229
219
230
220
.h1 { font-size : 2.7rem ; font-style : normal ; line-height : 4rem }
231
221
.h2 { font-size : 2.4rem ; line-height : 3.5rem ; }
@@ -312,6 +302,11 @@ div.flot-text {
312
302
.dash-edit-mode {
313
303
.dash-row-header {
314
304
display : flex ;
305
+ & :hover {
306
+ .dash-row-header-actions {
307
+ display : block ;
308
+ }
309
+ }
315
310
}
316
311
.dash-row {
317
312
border-left : 1px solid $dark-4 ;
You can’t perform that action at this time.
0 commit comments