mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
fix sort arrows on dark vanilla colors (#1227)
This commit is contained in:
@@ -185,8 +185,10 @@ li[class='el-menu-item is-active'] {
|
|||||||
color: #eee;
|
color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-table .descending .sort-caret.descending,
|
|
||||||
.el-table .ascending .sort-caret.ascending {
|
.el-table .ascending .sort-caret.ascending {
|
||||||
|
border-bottom-color: var(--dv_bright);
|
||||||
|
}
|
||||||
|
.el-table .descending .sort-caret.descending {
|
||||||
border-top-color: var(--dv_bright);
|
border-top-color: var(--dv_bright);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -272,8 +272,11 @@ a {
|
|||||||
.el-slider__button {
|
.el-slider__button {
|
||||||
border-color: var(--theme-text-muted) !important;
|
border-color: var(--theme-text-muted) !important;
|
||||||
}
|
}
|
||||||
.el-table .descending .sort-caret.descending,
|
|
||||||
.el-table .ascending .sort-caret.ascending {
|
.el-table .ascending .sort-caret.ascending {
|
||||||
|
border-bottom-color: var(--theme-text) !important;
|
||||||
|
}
|
||||||
|
.el-table .descending .sort-caret.descending {
|
||||||
border-top-color: var(--theme-text) !important;
|
border-top-color: var(--theme-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user