Skip to content

Commit 06cbf6d

Browse files
committed
fix(feed): styling for disabled reply input
1 parent f5a2047 commit 06cbf6d

File tree

1 file changed

+1
-1
lines changed
  • invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views

1 file changed

+1
-1
lines changed

invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
.requests-comment-fake-reply-input {
118118
width: 100%;
119119

120-
&:disabled {
120+
input:disabled {
121121
// This is overriden to `opacity: 1 !important` in the Invenio Theme so we need a clearer visual effect
122122
opacity: 0.45 !important;
123123
}

0 commit comments

Comments
 (0)