Skip to content

Commit 8fabbf3

Browse files
committed
feat(css): styles for quote replies
* Remove padding from popup to make the button more sleek * Reduce the default margin/padding on blockquotes to make nested quotes look neater. * Change text color within blockquotes to be a muted gray.
1 parent ff948e8 commit 8fabbf3

File tree

1 file changed

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

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@
7878

7979
.text {
8080
width: auto;
81+
82+
&.extra blockquote {
83+
margin-left: 0.5rem;
84+
padding-left: 0.75rem;
85+
color: @mutedTextColor;
86+
87+
& > blockquote {
88+
margin-left: 0;
89+
}
90+
}
8191
}
8292

8393
&.requests-action-event {
@@ -160,6 +170,7 @@
160170
border-left: @extraTextPointer;
161171
font-size: @extraTextFontSize;
162172
line-height: @extraTextLineHeight;
173+
163174
}
164175

165176
/*--------------
@@ -233,4 +244,11 @@
233244
}
234245
}
235246

247+
.ui.popup.requests-event-body-popup {
248+
padding: 0;
249+
border: none;
236250

251+
.ui.button {
252+
margin: 0;
253+
}
254+
}

0 commit comments

Comments
 (0)