minor styles adjustments
This commit is contained in:
@@ -581,8 +581,8 @@ a.thumb:not(.thumb-active) {
|
||||
@include shadowize(0px 2px 4px 1px var(--shadowColor));
|
||||
}
|
||||
&:active {
|
||||
transition-duration: 0s;
|
||||
transform: scale(0.95);
|
||||
transition-duration: var(--activeAnimationSpeed);
|
||||
transform: scale(0.97);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -53,8 +53,6 @@
|
||||
cursor: pointer;
|
||||
outline: 0;
|
||||
transition: box-shadow var(--baseAnimationSpeed);
|
||||
&:hover {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user