Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Fix advertising Pro features look
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed May 19, 2022
1 parent 28400e9 commit db2d95b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions left.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
margin-left: 20px;
line-height: 1.6em;
}
.linkwithicon.inactive,
.linkindented.inactive {
pointer-events: none;
.linkwithicon.inactive a,
.linkindented.inactive a {
/* pointer-events: none; */
filter: grayscale(1);
opacity: .75;
}
Expand Down
6 changes: 3 additions & 3 deletions unauthenticated/virtual-server-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ div.wrapper {
margin-left: 20px;
line-height: 1.5em;
}
.linkwithicon.inactive,
.linkindented.inactive {
pointer-events: none;
.linkwithicon.inactive a,
.linkindented.inactive a {
/* pointer-events: none; */
filter: grayscale(1);
opacity: .75;
}
Expand Down

0 comments on commit db2d95b

Please sign in to comment.