0
0
Fork 0

Do not create empty a element when there is no e-mail (#4455)

Empty a element is created when there is no business e-mail input.
This commit is contained in:
Yamagishi Kazutoshi 2017-07-30 23:24:18 +09:00 committed by Eugen Rochko
parent feadf7553d
commit f91284d230
2 changed files with 9 additions and 2 deletions

View file

@ -147,9 +147,13 @@
white-space: nowrap;
overflow: hidden;
a {
a,
span {
font-weight: 400;
color: lighten($ui-base-color, 34%);
}
a {
text-decoration: none;
}
}