mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 974638 - Stylesheet selector should display full href of stylesheet in a tooltip. r=harth
This commit is contained in:
parent
8075e1629b
commit
4e6137362a
@ -613,6 +613,9 @@ StyleEditorUI.prototype = {
|
||||
|
||||
let label = summary.querySelector(".stylesheet-name > label");
|
||||
label.setAttribute("value", editor.friendlyName);
|
||||
if (editor.styleSheet.href) {
|
||||
label.setAttribute("tooltiptext", editor.styleSheet.href);
|
||||
}
|
||||
|
||||
let linkedCSSFile = "";
|
||||
if (editor.linkedCSSFile) {
|
||||
|
Loading…
Reference in New Issue
Block a user