mirror of https://github.com/fantasticit/think.git
Update reset.scss
parent
5985f216da
commit
c1ddc14a32
|
@ -84,8 +84,8 @@ select {
|
||||||
*,
|
*,
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
transition-duration: 0.01ms !important;
|
transition-duration: .01ms !important;
|
||||||
animation-duration: 0.01ms !important;
|
animation-duration: .01ms !important;
|
||||||
animation-iteration-count: 1 !important;
|
animation-iteration-count: 1 !important;
|
||||||
scroll-behavior: auto !important;
|
scroll-behavior: auto !important;
|
||||||
}
|
}
|
||||||
|
@ -98,8 +98,8 @@ select {
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 0.5rem;
|
border-radius: .5rem;
|
||||||
transition: all 0.2s;
|
transition: all .2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
*:hover {
|
*:hover {
|
||||||
|
|
Loading…
Reference in New Issue