remaining -moz-box-x cleanup

This commit is contained in:
MrOtherGuy
2023-09-26 19:38:21 +03:00
parent a504b365c8
commit fe6a29dbcd
14 changed files with 3 additions and 18 deletions

View File

@@ -97,7 +97,6 @@ See the above repository for updates as well as full license text. */
.tab-background[selected]{ border: 1px solid var(--lwt-tabs-border-color) !important; border-bottom: none !important }
.tab-context-line{
-moz-box-ordinal-group: 2;
margin-block: 0 !important;
}
@@ -153,7 +152,7 @@ See the above repository for updates as well as full license text. */
/* OPTIONAL - uncomment the following to flip the curves vertically - maybe useful for tabs on bottom ? */
@supports -moz-bool-pref("userchrome.curved_tabs.flipped-curve.enabled"){
.tab-background{ -moz-box-direction: reverse; flex-direction: column-reverse }
.tab-background{ flex-direction: column-reverse }
.tabbrowser-tab:hover > .tab-stack > .tab-background,
.tab-background[selected]{ border-radius: 0 0 var(--uc-tab-curve-size) var(--uc-tab-curve-size) !important }
.tabbrowser-tab > .tab-stack::before{ transform: scaleY(-1) !important; }