Skip to content

Commit 76c9b6b

Browse files
committed
remove hover from disabled
1 parent 02ab0ba commit 76c9b6b

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)