We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31d7dc commit 99c6f9dCopy full SHA for 99c6f9d
data/inspector/css/tree-editor-view.css
@@ -66,3 +66,8 @@
66
background: yellow;
67
color: black;
68
}
69
+
70
+/* FIX: missing close button on hover */
71
+.closeButton:hover {
72
+ filter: url("resource://rdpinspector-at-getfirebug-dot-com/node_modules/firebug.sdk/skin/classic/shared/filters.svg#darken") !important;
73
+}
0 commit comments