small fix for forced colors mode
This commit is contained in:
@@ -214,6 +214,9 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
|
@media (forced-colors: active) {
|
||||||
|
border: 1px dotted CanvasText;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.comment {
|
.comment {
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
@@ -333,6 +336,16 @@
|
|||||||
outline: 2px solid var(--actor-accent-ok, var(--actor-accent));
|
outline: 2px solid var(--actor-accent-ok, var(--actor-accent));
|
||||||
outline-offset: 2px;
|
outline-offset: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (forced-colors: active) {
|
||||||
|
border: 1px solid ButtonText;
|
||||||
|
span {
|
||||||
|
border-bottom-color: Canvas;
|
||||||
|
}
|
||||||
|
&[aria-selected="true"] span {
|
||||||
|
border-bottom-color: Highlight;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user