mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1389015 - Remove browser.inc. r=Gijs
MozReview-Commit-ID: C1jFuu3fMLD --HG-- extra : rebase_source : a0583cbdd0122b35404e4f6aeb4f44384939a35f
This commit is contained in:
parent
ad74bc6fbc
commit
5dcd453df2
@ -10,8 +10,6 @@
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
@namespace svg url("http://www.w3.org/2000/svg");
|
||||
|
||||
%include ../shared/browser.inc
|
||||
|
||||
%include ../shared/browser.inc.css
|
||||
|
||||
:root {
|
||||
|
@ -1,5 +1,4 @@
|
||||
%include ../../../toolkit/themes/osx/global/shared.inc
|
||||
%include ../shared/browser.inc
|
||||
|
||||
%filter substitution
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
%filter substitution
|
||||
|
||||
% Note that zoom-reset-button is a bit different since it doesn't use an image and thus has the image with display: none.
|
||||
%define nestedButtons #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button
|
||||
|
||||
%define inAnyPanel :-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])
|
||||
|
||||
%define panelPaletteIconSize var(--panel-palette-icon-size)
|
@ -17,8 +17,8 @@
|
||||
%define buttonStateActive :not([disabled]):-moz-any([open],:hover:active)
|
||||
%define menuStateActive :not([disabled])[_moz-menuactive]:active
|
||||
%define menuStateMenuActive :not([disabled])[_moz-menuactive]
|
||||
|
||||
%include ../browser.inc
|
||||
%define inAnyPanel :-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])
|
||||
%define panelPaletteIconSize 16px
|
||||
|
||||
:root {
|
||||
--panel-ui-exit-subview-gutter-width: 38px;
|
||||
@ -26,7 +26,6 @@
|
||||
--appmenu-yellow-warning-color: #FFEFBF;
|
||||
--appmenu-yellow-warning-hover-color: #FFE8A2;
|
||||
--appmenu-yellow-warning-active-color: #FFE38F;
|
||||
--panel-palette-icon-size: 16px;
|
||||
}
|
||||
|
||||
#PanelUI-popup #PanelUI-contents:empty {
|
||||
|
@ -2,6 +2,8 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
%filter substitution
|
||||
%define toolbarShadowColor hsla(209,67%,12%,0.35)
|
||||
%define glassActiveBorderColor rgb(37, 44, 51)
|
||||
%define glassInactiveBorderColor rgb(102, 102, 102)
|
||||
|
||||
|
@ -8,9 +8,6 @@
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
@namespace svg url("http://www.w3.org/2000/svg");
|
||||
|
||||
%include ../shared/browser.inc
|
||||
%define toolbarShadowColor hsla(209,67%,12%,0.35)
|
||||
|
||||
%include ../shared/browser.inc.css
|
||||
|
||||
:root {
|
||||
|
Loading…
Reference in New Issue
Block a user