Add buttons to del/move tabs in edit mode

This commit is contained in:
Arokha Sieyes
2020-02-17 12:27:29 -05:00
parent 1d9e5be122
commit 1a69e7a824
3 changed files with 22 additions and 79 deletions

View File

@@ -27,6 +27,10 @@
cursor: pointer;
}
.icon-left-open-outline:hover, .icon-right-open-outline:hover, .icon-cancel-circled-outline:hover {
color: red;
}
body.inverted {
background-color: #111111;
}