CSS: Underline links in error dialogs
Underlining was removed for unknown reasons by commit
d872b42e31
.
pull/5111/head
parent
bb3bb2c12a
commit
5f39a1ee7f
|
@ -45,9 +45,6 @@
|
||||||
.popup input[type=text], #users input[type=text] {
|
.popup input[type=text], #users input[type=text] {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.popup a {
|
|
||||||
text-decoration: none
|
|
||||||
}
|
|
||||||
.popup h1 {
|
.popup h1 {
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in New Issue