Fixed macos buttons

This commit is contained in:
mr. m
2025-01-30 14:03:24 +01:00
parent 3413399dfa
commit cd8a8b6a97
2 changed files with 9 additions and 4 deletions

View File

@@ -941,6 +941,7 @@
& .tab-background {
border-radius: var(--border-radius-medium) !important;
transition: background 0.2s ease-in-out;
}
--tab-selected-bgcolor: light-dark(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.2));
@@ -972,6 +973,10 @@
margin-inline-end: 0 !important;
}
&:hover .tab-background {
background: var(--tab-selected-bgcolor);
}
@media (-moz-bool-pref: 'zen.theme.essentials-favicon-bg') {
&[selected] .tab-background {
&::after {