ux(viewmode): refining view mode #6476

This commit is contained in:
Torkel Ödegaard
2016-11-05 21:05:12 +01:00
parent 3df4375e39
commit bd996a4810
5 changed files with 89 additions and 63 deletions

View File

@@ -352,13 +352,4 @@
border-bottom: 1px solid transparent;
}
@mixin hide-controls() {
.add-row-panel-hint,
.dash-row-menu {
display: none;
}
.resize-panel-handle,
.panel-drop-zone {
visibility: hidden;
}
}