Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2486 from matrix-org/travis/fix-hover
Browse files Browse the repository at this point in the history
Fix AuthFooter CSS rules conflicting with anchors all over the app
  • Loading branch information
turt2live authored Jan 23, 2019
2 parents 0f3ee9c + 7ccf645 commit 4c12b2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion res/css/views/auth/_AuthFooter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ limitations under the License.
margin: 20px 0;
}

.mx_AuthFooter a:link, a:hover, a:visited {
.mx_AuthFooter a:link,
.mx_AuthFooter a:hover,
.mx_AuthFooter a:visited {
color: $accent-fg-color;
margin: 0 22px;
}

0 comments on commit 4c12b2c

Please sign in to comment.