🎉 Add tooltips to color picker tabs

This commit is contained in:
Andrés Moya 2021-08-12 10:53:31 +02:00
parent 39bb7f209d
commit 7d202cb492
5 changed files with 45 additions and 6 deletions

View file

@ -975,6 +975,14 @@ input[type=range]:focus::-ms-fill-upper {
}
}
&.tooltip-expand {
&:hover {
&::after {
min-width: 100%;
}
}
}
&.tooltip-bottom-left {
&:hover {
&::after {