CSS: Optimize button link styles
This commit is contained in:
parent
04a3d3e90d
commit
a8bf78b054
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue