Merge pull request #2486 from matrix-org/travis/fix-hover

Fix AuthFooter CSS rules conflicting with anchors all over the app
This commit is contained in:
Travis Ralston 2019-01-22 21:55:18 -07:00 committed by GitHub
commit 4c12b2c911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}