936323e430
* Show downwards arrow on SelectButton The arrow wasn't showing because the button linear-gradient background overrides the background-image for the arrow. Select can't have pseudo-elements, so I had to add an extra div. * Remove height definition to fix text cutting off on Windows. * Hide default arrow in light theme to keep consistency with dark theme, where the arrow has to be custom due to the button gradient. * Use alternative approach to prevent text getting cropped and add height definition back again. Co-Authored-By: Hikaru Y. <47855854+hikaru-y@users.noreply.github.com> * Adjust arrow position for rtl Co-authored-by: Hikaru Y. <47855854+hikaru-y@users.noreply.github.com> |
||
---|---|---|
.buildkite | ||
.github/ISSUE_TEMPLATE | ||
cargo | ||
docs | ||
ftl | ||
platforms | ||
proto | ||
pylib | ||
python | ||
qt | ||
rslib | ||
sass | ||
scripts | ||
ts | ||
.bazelignore | ||
.bazelrc | ||
.bazelversion | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
bazel.bat | ||
BUILD.bazel | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTORS | ||
defs.bzl | ||
late_deps.bzl | ||
LICENSE | ||
package.json | ||
pkgkey.asc | ||
README.md | ||
repos.bzl | ||
run | ||
run.bat | ||
SECURITY.md | ||
WORKSPACE | ||
yarn.lock |
Anki
This repo contains the source code for the computer version of Anki.
If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://betas.ankiweb.net/
For more information on building, please see Development.