Fix AuthFooter CSS rules conflicting with anchors all over the app
Fixes https://github.com/vector-im/riot-web/issues/8227
This commit is contained in:
parent
b83227c035
commit
7ccf64584e
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ limitations under the License.
|
||||||
margin: 20px 0;
|
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;
|
color: $accent-fg-color;
|
||||||
margin: 0 22px;
|
margin: 0 22px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue