Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix missing close button on hover in the TreeEditorView component
Browse files Browse the repository at this point in the history
rpl committed Jul 28, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e31d7dc commit 99c6f9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/inspector/css/tree-editor-view.css
Original file line number Diff line number Diff line change
@@ -66,3 +66,8 @@
background: yellow;
color: black;
}

/* FIX: missing close button on hover */
.closeButton:hover {
filter: url("resource://rdpinspector-at-getfirebug-dot-com/node_modules/firebug.sdk/skin/classic/shared/filters.svg#darken") !important;
}

1 comment on commit 99c6f9d

@janodvarko
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rpl: The URL should be: chrome://rdpinspector-firebug.sdk/skin/filters.svg

(using: rdpinspector-firebug.sdk skin alias from chrome.manifest file)

Honza

Please sign in to comment.