Drag favorite presets buttons out of the top bar to remove

This commit is contained in:
Quincy Morgan
2019-03-05 18:00:00 -05:00
parent a24e2021a2
commit 59cca2a7de
2 changed files with 43 additions and 1 deletions
+8
View File
@@ -491,6 +491,14 @@ button[disabled].action:hover {
padding: 0 5px;
}
.tool-group button.dragging {
opacity: 0.75;
z-index: 200;
}
.tool-group button.dragging .tooltip {
display: none;
}
button.save .count {
display: inline-block;
border: 0px solid #ccc;