style(tooltips): fix tooltip styling in button elems

This commit is contained in:
Sarah Vaupel 2020-08-27 23:32:15 +02:00
parent 390a53b982
commit 66352522da

View File

@ -270,6 +270,11 @@ button:not(.btn-link),
&.btn-danger
background-color: var(--color-error-dark)
.fa,.fas
color: white
.tooltip__handle
cursor: pointer
.buttongroup
display: grid
grid: min-content / auto-flow 1fr