iconized main menu: Apply transparent stroke to the icon of quit button
This commit is contained in:
@@ -4,8 +4,7 @@ See the above repository for updates as well as full license text. */
|
||||
/* Adds icons to main menu items which were removed in Proton */
|
||||
#appMenu-zoom-controls::before,
|
||||
#appMenu-fxa-status2[fxastatus] > toolbarbutton::before,
|
||||
#appMenu-protonMainView > .panel-subview-body > toolbarbutton > image,
|
||||
#appMenu-mainView > .panel-subview-body > .subviewbutton > .toolbarbutton-icon{
|
||||
:where(#appMenu-mainView) > .panel-subview-body > .subviewbutton > .toolbarbutton-icon{
|
||||
fill: currentColor;
|
||||
-moz-context-properties: fill;
|
||||
margin-inline: 0 8px !important;
|
||||
@@ -34,15 +33,16 @@ See the above repository for updates as well as full license text. */
|
||||
#appMenu-help-button2{ list-style-image: url("chrome://global/skin/icons/info.svg") }
|
||||
#appMenu-quit-button2{
|
||||
list-style-image: url("chrome://devtools/skin/images/search-clear.svg");
|
||||
stroke: transparent;
|
||||
-moz-context-properties: fill,stroke;
|
||||
& > .toolbarbutton-icon{
|
||||
stroke: transparent;
|
||||
-moz-context-properties: fill,stroke;
|
||||
}
|
||||
}
|
||||
#appMenu-translate-button{ list-style-image: url("chrome://browser/skin/translations.svg") }
|
||||
#appMenu-zoom-controls::before{ background-image: url("chrome://browser/skin/fullscreen.svg") }
|
||||
/* Use account-button icon for signed in sync item */
|
||||
#appMenu-fxa-status2[fxastatus] > toolbarbutton::before{ background-image: var(--avatar-image-url) }
|
||||
/* Add somewhat hacky separator to zoom controls so it looks consistent */
|
||||
#appMenu-protonMainView > .panel-subview-body::after,
|
||||
#appMenu-mainView > .panel-subview-body::after{
|
||||
content: "";
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user