Skip to content

Commit

Permalink
wporg-plugins-2024: Update "see all" link styles on single plugin page.
Browse files Browse the repository at this point in the history
See: #312
Props: joen


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13682 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
StevenDufresne committed May 9, 2024
1 parent 40416f9 commit 404d7dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,9 @@

.reviews-link {
position: absolute;
right: 16px;
right: 0;
top: 0;
font-size: var(--wp--preset--font-size--small);

&:after {
position: absolute;
content: "\f345";
font-family: dashicons;
padding-left: 5px;
vertical-align: top;
}
}

.reviews-link:hover:after {
text-decoration: none;
font-size: var(--wp--preset--font-size--normal);
}

[class*='dashicons-star-'] {
Expand Down
Loading

0 comments on commit 404d7dd

Please sign in to comment.