Fixed icon buttons #247

This commit is contained in:
Sven Heidemann 2023-03-09 11:22:10 +01:00
parent 16ef29999c
commit bc92dc4536

View File

@ -518,6 +518,10 @@
}
.icon-btn {
.p-button-label {
transition-duration: unset !important;
}
&:hover {
background-color: transparent !important;
color: $primaryHeaderColor !important;