diff options
author | Moonchild <moonchild@palemoon.org> | 2021-05-31 17:56:30 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-05-31 17:56:30 +0000 |
commit | 6272d48e86675ef1c267ba351af63d025663fe0b (patch) | |
tree | 804e618fd084b1782f77b4ba07031b064b3b8656 | |
parent | 27e7b312a5bc7562ab995f1cbe3418710a63306a (diff) | |
download | uxp-6272d48e86675ef1c267ba351af63d025663fe0b.tar.gz |
Revert "Issue #1774 - Make menulist-button visible again in gtk3"
This reverts commit 0a0830ba8bed438f9e22456da56a284e6a05ade1.
-rw-r--r-- | toolkit/themes/linux/global/menulist.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/themes/linux/global/menulist.css b/toolkit/themes/linux/global/menulist.css index a62a8fc3df..30e55e11ba 100644 --- a/toolkit/themes/linux/global/menulist.css +++ b/toolkit/themes/linux/global/menulist.css @@ -73,7 +73,6 @@ menulist[editable="true"] { menulist[editable="true"] > .menulist-dropmarker { display: -moz-box; -moz-appearance: menulist-button; - min-width: 2em; } html|*.menulist-editable-input { |