We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90b9c43 + c536350 commit cf2eecaCopy full SHA for cf2eeca
lib/web/css/source/lib/_buttons.less
@@ -200,15 +200,14 @@
200
.lib-css(line-height, @_line-height);
201
.lib-css(margin, @_margin);
202
.lib-css(padding, @_padding);
203
- .lib-link();
+ .lib-link(
204
+ @_link-color: @_link-color,
205
+ @_link-color-hover: @_link-color-hover
206
+ );
207
background: none;
208
border: 0;
209
display: inline;
210
- &:hover {
- .lib-css(color, @_link-color-hover);
- }
211
-
212
&:hover,
213
&:active,
214
&:focus {
0 commit comments