Change fade color when hovering an inactive tab

This commit is contained in:
Mauricio Bonani 2021-08-10 14:26:41 -04:00 committed by Nick O'Leary
parent f2a9887a12
commit bdf54f6cff
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 3 additions and 0 deletions

View File

@ -131,6 +131,9 @@
&:not(.active) a:hover {
color: $workspace-button-color-hover;
background: $tab-background-hover;
&+.red-ui-tabs-fade {
background-image: linear-gradient(to right, change-color($tab-background-hover, $alpha: 0.001), $tab-background-hover);
}
}
}
}