fix gradient colors in open tabs list
This commit is contained in:
parent
d7688cb1f5
commit
6b73cee79e
1 changed files with 10 additions and 0 deletions
|
@ -1009,6 +1009,16 @@ tr:hover > td > .trash-button {
|
||||||
filter: invert(1);
|
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"] {
|
[data-identity-color="grey"] {
|
||||||
--identity-icon-color: #ededf0;
|
--identity-icon-color: #ededf0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue