File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ This project is licensed under the GPL3 License.
169169
170170Release pending
171171
172+ * Added: Styles for Hyperlinks in Comments
172173* Changed: Styling of Comment Notification Checkbox
173174* Changed: Envira Lightbox / Position of Close & Next Icons
174175
Original file line number Diff line number Diff line change 166166 }
167167 }
168168 },
169+ "core/comment-content" : {
170+ "elements" : {
171+ "link" : {
172+ "color" : {
173+ "text" : " #900"
174+ },
175+ "typography" : {
176+ "textDecoration" : " none"
177+ },
178+ "border" : {
179+ "bottom" : {
180+ "width" : " 2px" ,
181+ "color" : " transparent" ,
182+ "style" : " solid"
183+ }
184+ },
185+ ":hover" : {
186+ "border" : {
187+ "bottom" : {
188+ "width" : " 2px" ,
189+ "color" : " #900" ,
190+ "style" : " solid"
191+ }
192+ }
193+ }
194+ }
195+ }
196+ },
169197 "core/query-pagination" : {
170198 "color" : {
171199 "text" : " black"
You can’t perform that action at this time.
0 commit comments