mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Fix create_vars_from_map not creating vars with default definition * Add white and black to vars * Replace some hard-coded SVGs with mdi equivalents * Implement function to dynamically adjust SVG icon color * Use new svg function to make Qt stylesheet icons respond to theme changes * Use svg function for sidebar tool icons * Create copy for each new color instead of modifying source file * Fix check fails * Add custom checkbox style for #2079 * Add example of how to generate svgs during build (dae) * Create arbitrary color variants for each icon with Bazel * Remove unused label (dae) |
||
|---|---|---|
| .. | ||
| bootstrap | ||
| _button-mixins.scss | ||
| _colors.scss | ||
| _functions.scss | ||
| _vars.scss | ||
| base.scss | ||
| bootstrap-dark.scss | ||
| bootstrap-forms.scss | ||
| bootstrap-tooltip.scss | ||
| breakpoints.scss | ||
| BUILD.bazel | ||
| buttons.scss | ||
| card-counts.scss | ||
| core.scss | ||
| elevation.scss | ||
| night-mode.scss | ||
| scrollbar.scss | ||