refactor: format tooltip

This commit is contained in:
Lucas Larroche 2022-09-11 14:59:43 +07:00
parent e33f67e39c
commit ca40486965
10 changed files with 124 additions and 114 deletions

View file

@ -2580,7 +2580,6 @@ a[aria-busy=true] {
animation-name: tooltip-caret-slide-right;
}
}
@-webkit-keyframes tooltip-slide-top {
from {
transform: translate(-50%, 0.75rem);
@ -2591,7 +2590,6 @@ a[aria-busy=true] {
opacity: 1;
}
}
@keyframes tooltip-slide-top {
from {
transform: translate(-50%, 0.75rem);
@ -2766,6 +2764,7 @@ a[aria-busy=true] {
opacity: 1;
}
}
/**
* Accessibility & User interaction
*/