forked from FoundKeyGang/FoundKey
retab
This commit is contained in:
parent
0cc1ea8c3e
commit
4234dfbdbc
5 changed files with 287 additions and 284 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,6 +11,9 @@
|
|||
# nano
|
||||
.swp
|
||||
|
||||
# vimlocal
|
||||
.vimlocal
|
||||
|
||||
# Node.js
|
||||
node_modules
|
||||
report.*.json
|
||||
|
|
|
@ -251,7 +251,7 @@ function display() {
|
|||
border-radius: 0;
|
||||
width: 14px;
|
||||
background: var(--accent);
|
||||
cursoer: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&::-ms-track {
|
||||
|
|
Loading…
Reference in a new issue