Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/bundle/Resources/public/scss/_trash-search-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
display: none;
}

&:disabled {
&:disabled,
&.ibexa-input:disabled {
cursor: auto;
background-color: $ibexa-color-white;
color: $ibexa-color-black;
Expand Down
Loading