CSS: Optimize button link styles

This commit is contained in:
Florian Strohmaier 2016-04-05 13:21:37 +02:00 committed by Eric Lippmann
parent 04a3d3e90d
commit a8bf78b054
1 changed files with 10 additions and 0 deletions

View File

@ -69,6 +69,16 @@ a:hover > .icon-cancel {
.button-link {
.action-link();
.rounded-corners(3px);
background: @gray-lighter;
display: inline-block;
padding: 0.25em 0.5em;
&:hover {
background: @gray-lightest;
text-decoration: none;
}
}
// List styles