Skip to content

Commit a5f3e26

Browse files
committed
remove hover from disabled
1 parent 87a3b3b commit a5f3e26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/bundle/Resources/public/scss/_buttons.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,12 @@
344344
fill: $ibexa-color-dark-300;
345345
border-color: transparent;
346346
box-shadow: none;
347+
348+
&:hover {
349+
.ibexa-icon {
350+
fill: $ibexa-color-dark-300;
351+
}
352+
}
347353
}
348354
}
349355

0 commit comments

Comments
 (0)