Skip to content

Commit

Permalink
FIX: Anchor Transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 24, 2023
1 parent f52dd35 commit dcd1160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/css/plugin-manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ tr.plugin-description td {

#DirectoryInfo td.plugin-dir-view a {
text-decoration: none !important;
transition: var(--transition-pm);
}

#DirectoryInfo td.plugin-dir-view a .pm-source-directory-icon {
Expand Down Expand Up @@ -1589,6 +1590,7 @@ span.count-menu-item.badge-manual {
.available-plugin-description .markdown p a, .available-plugin-description .markdown p a:visited {
font-weight: 600;
text-decoration: none;
transition: var(--transition-pm);
}

button.btn-update:hover + #RefreshNotice {
Expand Down

0 comments on commit dcd1160

Please sign in to comment.