Disables glyph composition feature for enclosing+base (only permits order base+enclosing). Closes #335
This commit is contained in:
parent
240270c837
commit
9b8f3f1b5a
4 changed files with 40 additions and 125 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Reference in a new issue