chore: update index.css
virtical -> vertical
This commit is contained in:
parent
8d259ed081
commit
f076d24bad
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ input[type=range].volume_bar:focus::-ms-fill-upper {
|
|||
background: linear-gradient(to bottom right, rgba(236, 72, 153, 1), rgba(59, 130, 246, 1));
|
||||
}
|
||||
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
|
||||
how to remove the virtical space around the range input in IE*/
|
||||
how to remove the vertical space around the range input in IE*/
|
||||
@supports (-ms-ime-align:auto) {
|
||||
/* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
|
||||
input[type=range].volume_bar {
|
||||
|
|
Loading…
Add table
Reference in a new issue