mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Bug 1008356 - The close button on watch expressions acts weirdly, r=bgrins
This commit is contained in:
parent
fc78799d1f
commit
96d48e8508
@ -2215,6 +2215,7 @@ WatchExpressionsView.prototype = Heritage.extend(WidgetMethods, {
|
||||
_createItemView: function(aExpression) {
|
||||
let container = document.createElement("hbox");
|
||||
container.className = "list-widget-item dbg-expression";
|
||||
container.setAttribute("align", "center");
|
||||
|
||||
let arrowNode = document.createElement("hbox");
|
||||
arrowNode.className = "dbg-expression-arrow";
|
||||
|
@ -280,10 +280,11 @@
|
||||
}
|
||||
|
||||
.dbg-expression-arrow {
|
||||
background: url(commandline-icon.png);
|
||||
background-position: 16px;
|
||||
width: 16px;
|
||||
height: auto;
|
||||
height: 16px;
|
||||
margin: 2px;
|
||||
background: -moz-image-rect(url(commandline-icon.png), 0, 32, 16, 16);
|
||||
}
|
||||
|
||||
.dbg-expression-input {
|
||||
@ -294,8 +295,8 @@
|
||||
-moz-appearance: none;
|
||||
border: none;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.theme-dark .dbg-expression-button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user