mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-12 04:49:25 +00:00
Smooth animation
This commit is contained in:
@ -107,16 +107,17 @@ ics-calendar {
|
||||
button.text-copy:focus,
|
||||
button.text-copy:hover {
|
||||
background-color: #67AE6E !important;
|
||||
transition: 200ms linear;
|
||||
transition: 500ms ease-in;
|
||||
}
|
||||
|
||||
button.text-copied,
|
||||
button.text-copied:focus,
|
||||
button.text-copied:hover {
|
||||
transition: 200ms linear;
|
||||
transition: 500ms ease-out;
|
||||
}
|
||||
|
||||
[tooltip]::before {
|
||||
font-size: 10px; // this will overflow otherwise
|
||||
button.text-copied[tooltip]::before {
|
||||
opacity: 0;
|
||||
transition: opacity 500ms ease-out;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user