diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-30 17:45:05 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-30 17:45:05 -0400 |
commit | 5f89c3da66862d82fa27092986c4065aba3574ff (patch) | |
tree | 205cc50bce12012d69d3d3564a1edc0de57aaf5e /browser/themes/windows/customizableui/panelUI.css | |
parent | e1084c8b24f9edda1d40b95d0089edf589da482d (diff) | |
download | UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar.gz UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar.lz UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar.xz UXP-5f89c3da66862d82fa27092986c4065aba3574ff.zip |
Remove Social API.
Diffstat (limited to 'browser/themes/windows/customizableui/panelUI.css')
-rw-r--r-- | browser/themes/windows/customizableui/panelUI.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/browser/themes/windows/customizableui/panelUI.css b/browser/themes/windows/customizableui/panelUI.css index 189a163f3..a01a2f3e3 100644 --- a/browser/themes/windows/customizableui/panelUI.css +++ b/browser/themes/windows/customizableui/panelUI.css @@ -97,14 +97,6 @@ menuitem[type="checkbox"].subviewbutton { padding-inline-start: 0; } -/* subviewbutton entries for social sidebars have images that come from external -/* sources, and are not guaranteed to be the size we want, so force the size on -/* those icons. */ -toolbarbutton.social-provider-menuitem > .toolbarbutton-icon { - width: 16px; - height: 16px; -} - .subviewbutton:-moz-any([image],[targetURI],.cui-withicon, .restoreallitem, .bookmark-item)[checked="true"] > .toolbarbutton-icon { visibility: hidden; } |