mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-15 22:13:42 -06:00
Ref based .active item selector, hoverable device query & usehooks-ts package
This commit is contained in:
@@ -21,7 +21,7 @@ html, body {
|
||||
@apply hidden transition-all delay-100;
|
||||
}
|
||||
|
||||
&:hover, &:focus, &:focus-within {
|
||||
&:hover, &.active {
|
||||
.elements {
|
||||
@apply grid;
|
||||
}
|
||||
@@ -39,7 +39,7 @@ html, body {
|
||||
> span {
|
||||
@apply transition-colors delay-300;
|
||||
|
||||
&:hover, &:focus-within, &:focus {
|
||||
&:hover, &.active {
|
||||
@apply text-black bg-white;
|
||||
transition-delay: 0s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user