Skip to content

Commit 4e15707

Browse files
committed
Arclight: Tweak view more/view less link in search results
1 parent 1c0a634 commit 4e15707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arclight/app/assets/stylesheets/arclight.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,18 @@ p a:hover, p a:focus, dd a:hover, dd a:focus { text-decoration: none; color: $te
150150
color: $teal;
151151
}
152152

153-
.truncator .icon::after {
153+
.truncator .icon::before {
154154
content: none;
155155
}
156156

157-
.truncator .icon::before {
157+
.truncator .view-more::before {
158158
content: "\f067"; /* FontAwesome plus */
159159
content: "+";
160160
font-family: "Font Awesome 6 Free";
161161
font-weight: 900;
162162
}
163163

164-
.truncator.expanded .icon::before {
164+
.truncator.expanded .view-less::before {
165165
content: "\f068"; /* FontAwesome minus */
166166
content: "-";
167167
font-family: "Font Awesome 6 Free";

0 commit comments

Comments
 (0)