mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Header border color was not transitioning properly coming from transparent header
This commit is contained in:
@@ -2452,8 +2452,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||
background-color: var(--headerColor);
|
||||
border: var(--defaultBorder);
|
||||
border-width: 0 0 var(--borderWidth) 0;
|
||||
transition-property: background-color, backdrop-filter, transform, border-width;
|
||||
transition: .5s ease-in-out;
|
||||
transition-property: background-color, backdrop-filter, transform, border-width;
|
||||
}
|
||||
|
||||
.skinHeader-withBackground.semiTransparent,
|
||||
@@ -2461,7 +2461,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||
backdrop-filter: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
transition: all .5s ease-in-out;
|
||||
transition: .5s ease-in-out;
|
||||
transition-property: background-color, backdrop-filter, transform, border-width;
|
||||
}
|
||||
|
||||
.headerTop {
|
||||
|
Reference in New Issue
Block a user