Skip to content

Commit 99c6f9d

Browse files
committed
fix missing close button on hover in the TreeEditorView component
1 parent e31d7dc commit 99c6f9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data/inspector/css/tree-editor-view.css

+5
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@
6666
background: yellow;
6767
color: black;
6868
}
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

Comments
 (0)