Namespace CSS for Debug, Keyboard, Clipboard, Settings

This commit is contained in:
Nick O'Leary
2019-05-02 22:33:29 +01:00
parent 0e02e21967
commit ad77565508
22 changed files with 533 additions and 549 deletions

View File

@@ -23,7 +23,7 @@
overflow-y: scroll;
.red-ui-palette-category {
&:not(.palette-category-expanded) button {
&:not(.expanded) button {
display: none;
}
}
@@ -31,12 +31,12 @@
.red-ui-sidebar-context-property {
position: relative;
.debug-message-tools {
.red-ui-debug-msg-tools {
right: 0px;
margin-right: 5px;
display: none;
}
&:hover .debug-message-tools {
&:hover .red-ui-debug-msg-tools {
display: inline-block;
}
}