mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Namespace CSS for Debug, Keyboard, Clipboard, Settings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user