mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
move transition files to no hover
This commit is contained in:
parent
77fa0f5c27
commit
16f03a84b8
1 changed files with 2 additions and 2 deletions
|
|
@ -126,10 +126,10 @@
|
|||
border-bottom-left-radius: inherit;
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
transition: var(--transitionStyleButton);
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
transition: var(--transitionStyleButton);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -144,10 +144,10 @@
|
|||
cursor: pointer;
|
||||
|
||||
opacity: 0.5;
|
||||
transition: var(--transitionStyleButton);
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
transition: var(--transitionStyleButton);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue