color fix inside button #1882

pull/1912/head
afc163 9 years ago
parent 4b00e05cfb
commit 7cb1fb02b8

@ -35,6 +35,20 @@
color: @color;
background-color: @background;
border-color: @border;
// a inside Button which only work in Chrome
// http://stackoverflow.com/a/17253457
> a:only-child {
color: currentColor;
&:after {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: transparent;
}
}
}
.button-group-base(@btnClassName) {

Loading…
Cancel
Save