mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 608257 - Context menu label should not take space if it is empty [r=mfinkle]
This commit is contained in:
parent
2513e26587
commit
64ff2136f7
@ -1107,6 +1107,10 @@ pageaction:not([image]) > hbox >.pageaction-image {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#context-hint[value=""] {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
#search-engines-list > .prompt-button > .button-box > .button-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user