mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Only show debug tools under the debug tab
This commit is contained in:
parent
085fb283e5
commit
7381784d0f
@ -57,6 +57,12 @@
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.debug-message-row:hover {
|
||||
background: #f3f3f3;
|
||||
&>.debug-message-tools {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
.debug-message-row .debug-message-tools .editor-button-small {
|
||||
height: 16px;
|
||||
@ -65,11 +71,6 @@
|
||||
border-radius: 1px;
|
||||
padding: 0 3px;
|
||||
}
|
||||
.debug-message-row:hover {
|
||||
&>.debug-message-tools {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.debug-message-meta {
|
||||
background: #fff;
|
||||
@ -182,9 +183,6 @@
|
||||
display: block;
|
||||
padding: 4px 2px 2px;
|
||||
position: relative;
|
||||
&:hover {
|
||||
background: #f3f3f3;
|
||||
}
|
||||
}
|
||||
.debug-message-expandable {
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user