Disables glyph composition feature for enclosing+base (only permits order base+enclosing). Closes #335

This commit is contained in:
Rasmus Andersson 2021-03-29 17:09:05 -07:00
parent 240270c837
commit 9b8f3f1b5a
4 changed files with 40 additions and 125 deletions

View file

@ -258,7 +258,7 @@ input[type="checkbox"]::after {
height:var(--checkbox-handle-size);
border-radius:var(--checkbox-handle-size);
transform: translate(0, 0);
transition: all 168ms ease-out; /*cubic-bezier(0.09, 0.49, 0.71, 0.98);*/
transition: all 90ms ease-out; /*cubic-bezier(0.09, 0.49, 0.71, 0.98);*/
}
input[type="checkbox"][checked] {
background-color: var(--checkbox-on-bg);