css: update dtext external link icon selector.
DText was changed so that the .dtext-external-link class is now applied to all external links. Previously it applied only to named links (ex: "google":[http://www.google.com]), not bare links (ex: http://www.google.com).
This commit is contained in:
@@ -100,7 +100,7 @@ div.prose {
|
||||
}
|
||||
}
|
||||
|
||||
a.dtext-external-link::after {
|
||||
a.dtext-named-external-link::after {
|
||||
// https://fontawesome.com/icons/external-link-alt?style=solid
|
||||
@include fa-solid-icon("\f35d");
|
||||
|
||||
|
||||
0
app/javascript/src/styles/common/font_awesome.scss
Normal file
0
app/javascript/src/styles/common/font_awesome.scss
Normal file
Reference in New Issue
Block a user