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

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;