Selektierter Text wurde nicht mehr angezeigt
This commit is contained in:
parent
1bd49c8216
commit
deffdd44ff
@ -161,9 +161,6 @@ footer:hover {
|
|||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
background-color: var(--color-text-muted) !important;
|
background-color: var(--color-text-muted) !important;
|
||||||
}
|
}
|
||||||
/* .tippy-svg-arrow-outer {
|
|
||||||
fill:var(--color-text-muted) !important;
|
|
||||||
} */
|
|
||||||
.tippy-svg-arrow-inner {
|
.tippy-svg-arrow-inner {
|
||||||
fill: var(--color-text-muted) !important;
|
fill: var(--color-text-muted) !important;
|
||||||
}
|
}
|
||||||
@ -291,11 +288,14 @@ tr.del-code > td:nth-child(2) {
|
|||||||
.issue-item-top-row .ui.label:hover {
|
.issue-item-top-row .ui.label:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
::-moz-selection {
|
|
||||||
background: var(--color-text-light-2) !important;
|
|
||||||
}
|
|
||||||
::selection {
|
::selection {
|
||||||
background: var(--color-text-light-2) !important;
|
background: var(--color-primary);
|
||||||
|
color: var(--color-text-light);
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
background: var(--color-primary);
|
||||||
|
color: var(--color-text-light);
|
||||||
}
|
}
|
||||||
.feeds .list .repo-owner-name-list .item-name {
|
.feeds .list .repo-owner-name-list .item-name {
|
||||||
max-width: 90% !important;
|
max-width: 90% !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user