CSS: Remove bold font from link-button

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-11 10:37:39 +01:00
parent 4684e9246e
commit 30b3b61e43

View File

@ -116,8 +116,6 @@ label {
border: none; border: none;
padding: 0; padding: 0;
font-weight: @font-weight-bold;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }