mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Apply similar border-radius fix for help page
This commit is contained in:
parent
1cac2dc85f
commit
ae5f1cfda1
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
background-color: var(--canvas);
|
background-color: var(--canvas);
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
border-radius: 0;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--canvas-inset);
|
background-color: var(--canvas-inset);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue