mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Let select use 'ui' border style
This commit is contained in:
parent
c1fcbb263d
commit
bd2d76164a
1 changed files with 3 additions and 2 deletions
|
@ -262,6 +262,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
display: flex;
|
||||
flex-flow: row;
|
||||
justify-content: space-between;
|
||||
border-color: var(border-ui);
|
||||
|
||||
.inner {
|
||||
flex-grow: 1;
|
||||
|
@ -287,13 +288,13 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
.chevron {
|
||||
height: 100%;
|
||||
align-self: flex-end;
|
||||
border-left: 1px solid var(--border-subtle);
|
||||
border-left: 1px solid var(--border-ui);
|
||||
}
|
||||
|
||||
:global([dir="rtl"]) {
|
||||
.chevron {
|
||||
border-left: none;
|
||||
border-right: 1px solid var(--border-subtle);
|
||||
border-right: 1px solid var(--border-ui);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue