Merge branch 'master' into dev

This commit is contained in:
alstjr7375 2021-07-09 13:48:31 +09:00
commit 268ded44d2
2 changed files with 22 additions and 3 deletions

View file

@ -77,6 +77,9 @@ N: 7k5x
E: 7k5xlp0onfire@gmail.com
W: https://github.com/7k5x
N: badprogramshere
W: https://github.com/badprogramshere
N: Burak Yigit Kaya
E: ben@byk.im
W: https://byk.im/

View file

@ -265,11 +265,11 @@
max-height: 36px;
}
:root[uidensity=touch] .toolbar-items, .tabbrowser-tab {
max-height: unset;
max-height: 45px;
}
/* Scroll Button - Size Fix */
:root:not([uidensity=touch]) #tabbrowser-arrowscrollbox {
:root #tabbrowser-arrowscrollbox {
--scrollbtn-vertical-padding: 3px;
--scrollbtn-vertical-border: 2px;
--scrollbtn-border-radius: 7px;
@ -475,6 +475,14 @@
margin-bottom: 0px !important;
}
/* Remove line at Toolbar's top */
#tabbrowser-tabs {
z-index: 1 !important;
}
#tabbrowser-arrowscrollbox[overflowing] .tabbrowser-tab[pinned]:is([visuallyselected], [multiselected]) {
overflow: hidden;
}
/** Selected Tab - Color like toolbar ***************************************/
:root:not(:-moz-lwtheme) {
/* Fix for windows's system default theme. Using --toolbar-bgcolor fallback */
@ -576,14 +584,18 @@
/* Bar shape */
width: 1px;
height: 20px;
overflow: hidden;
/* Bar Color */
opacity: var(--tab-separator-opacity);
transition: opacity .2s var(--ease-basic);
background-color: color-mix(in srgb, currentColor 20%, transparent); /* Replace var(--toolbarseparator-color) - Hard coded for compatibility */
}
#tabs-newtab-button:is(:hover, [open])::before {
content: "";
position: absolute;
}
.tabbrowser-tab:is([visuallyselected], [multiselected], :hover) + .tabbrowser-tab .tab-background::before,
.tabbrowser-tab:is([visuallyselected], [multiselected], :hover) ~ .tabbrowser-tab[afterhovered] .tab-background::before,
.tabbrowser-tab[last-visible-tab]:is([visuallyselected], [multiselected], :hover) ~ #tabs-newtab-button::before,
.tabbrowser-tab[first-visible-unpinned-tab]:is([visuallyselected], [multiselected], :hover) .tab-background::before,
@ -1741,6 +1753,10 @@
--menuitem-image: url(chrome://browser/skin/bookmark-star-on-tray.svg);
}
menupopup[context="placesContext"] > .openintabs-menuitem {
--menuitem-image: url(./icons/movetowindow-16.svg);
}
/*= pageActionContextMenu ==================================================*/
.pageActionContextMenuItem.extensionPinned.extensionUnpinned.manageExtensionItem {
--menuitem-image: url(chrome://global/skin/icons/settings.svg);