Commit cbd30b8e authored by Randall Leeds's avatar Randall Leeds

Small simplification of toolbar button CSS

parent 89191914
......@@ -158,36 +158,27 @@ $base-font-size: 14px;
}
.annotator-frame .annotator-toolbar li {
@include smallshadow;
background: $white;
border: solid 1px $gray-lighter;
border-radius: 4px;
left: 0;
font-size: 18px;
margin-top: 5px;
overflow: hidden;
position: relative;
height: 30px;
width: 30px;
margin-bottom: 5px;
&:first-child {
&:first-child button {
@include box-shadow(none);
border-radius: 4px 0 0 4px;
border-right-style: none;
margin-top: 0;
padding-right: 6px;
width: 36px;
z-index: 1;
}
button {
@include single-transition(background-color, .25s, .25s);
@include smallshadow;
background: $white;
border: none;
border: solid 1px $gray-lighter;
border-radius: 4px;
color: $gray-light;
text-decoration: none;
height: 28px;
width: 28px;
height: 30px;
width: 30px;
padding: 0;
}
......
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