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> |
||
---|---|---|
.. | ||
card-info | ||
change-notetype | ||
components | ||
congrats | ||
deck-options | ||
domlib | ||
editable | ||
editor | ||
graphs | ||
html-filter | ||
lib | ||
patches | ||
reviewer | ||
sql_format | ||
svelte | ||
sveltelib | ||
.eslintrc.js | ||
.gitignore | ||
BUILD.bazel | ||
compile_sass.bzl | ||
copy.bzl | ||
esbuild.bzl | ||
eslint.bzl | ||
format.sh | ||
jest.bzl | ||
jest.config.js | ||
licenses.json | ||
prettier.bzl | ||
proto.bzl | ||
protobuf-no-long.js | ||
protobuf.bzl | ||
README.md | ||
tsconfig.json | ||
typescript.bzl | ||
update-licenses.sh | ||
update.sh | ||
vendor.bzl | ||
yarn.sh |
Anki's TypeScript and Sass dependencies. Some TS/JS code is also stored separately in ../qt/aqt/data/web/.
To update all dependencies:
./update.sh
To add a new dev dependency, use something like:
./add.sh -D @rollup/plugin-alias