Skip to content

Commit

Permalink
FIX: Plugin Structure Button Hover Styling in Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 14, 2023
1 parent c111765 commit fcd2061
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Assets/css/plugin-manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,11 @@ td.available-plugin-description .markdown p {
margin-bottom: 5px;
}

.available-plugin-structure .btn-action:hover {
border-color: var(--pp-red);
box-shadow: 0 0 0px 1px var(--pp-red);
}

.available-plugin-structure {
width: 220px;
text-align: center;
Expand Down

0 comments on commit fcd2061

Please sign in to comment.