fix gradient colors in open tabs list
This commit is contained in:
parent
9a5555e9ec
commit
3b8d224121
1 changed files with 10 additions and 0 deletions
|
@ -1009,6 +1009,16 @@ tr:hover > td > .trash-button {
|
|||
filter: invert(1);
|
||||
}
|
||||
|
||||
#edit-sites-assigned .menu-icon,
|
||||
#container-info-table .menu-icon {
|
||||
filter: invert(0);
|
||||
}
|
||||
|
||||
.truncate-text::after {
|
||||
background: #4a4a4a;
|
||||
mask-image: linear-gradient(to right, transparent, #4a4a4a 70%);
|
||||
}
|
||||
|
||||
[data-identity-color="grey"] {
|
||||
--identity-icon-color: #ededf0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue