mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix --frame-bg renamed to --canvas-elevated (#2107)
This commit is contained in:
parent
2f67738e44
commit
b4293573dd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
@use "sass/elevation" as elevation;
|
@use "sass/elevation" as elevation;
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
background-color: var(--frame-bg);
|
background-color: var(--canvas-elevated);
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
z-index: 60;
|
z-index: 60;
|
||||||
|
|
Loading…
Reference in a new issue