1
1
mirror of https://github.com/primer/css.git synced 2025-01-07 14:58:54 +03:00

Merge pull request #307 from astorije/patch-1

Do not suppress opacity transition for tooltipped-no-delay
This commit is contained in:
Diana Mounter 2017-09-15 19:12:48 -04:00 committed by GitHub
commit 346ed4ce0c

View File

@ -71,8 +71,7 @@
.tooltipped-no-delay:focus {
&::before,
&::after {
opacity: 1;
animation: none;
animation-delay: 0s;
}
}