Commit 51a740e6 authored by Nikolay Gromov's avatar Nikolay Gromov

btn-group fix

parent 3e6e3332
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
.btn-group { .btn-group {
display: inline-flex; display: inline-flex;
vertical-align: middle;
margin-bottom: (@line-height / 2); margin-bottom: (@line-height / 2);
> .btn { > .btn {
...@@ -29,10 +30,22 @@ ...@@ -29,10 +30,22 @@
} }
&:not(:first-child) { &:not(:first-child) {
margin-left: -1px;
.btn { .btn {
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
} }
} }
.btn {
position: relative;
z-index: 0;
&:focus,
&:hover {
z-index: 1;
}
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment