1
0
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:
Nick O'Leary 2017-05-10 16:56:03 +01:00
parent 085fb283e5
commit 7381784d0f
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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;