Skip to content

Commit 404d7dd

Browse files
wporg-plugins-2024: Update "see all" link styles on single plugin page.
See: #312 Props: joen git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13682 74240141-8908-4e6f-9713-ba540dce6ec7
1 parent 40416f9 commit 404d7dd

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

Diff for: wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/widget-area/_widgets-ratings.scss

+2-14
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,9 @@
33

44
.reviews-link {
55
position: absolute;
6-
right: 16px;
6+
right: 0;
77
top: 0;
8-
font-size: var(--wp--preset--font-size--small);
9-
10-
&:after {
11-
position: absolute;
12-
content: "\f345";
13-
font-family: dashicons;
14-
padding-left: 5px;
15-
vertical-align: top;
16-
}
17-
}
18-
19-
.reviews-link:hover:after {
20-
text-decoration: none;
8+
font-size: var(--wp--preset--font-size--normal);
219
}
2210

2311
[class*='dashicons-star-'] {

0 commit comments

Comments
 (0)