Commit b8e09c4e authored by Randall Leeds's avatar Randall Leeds

Tiny nitpick of adder CSS

parent 20c20b83
...@@ -17,13 +17,14 @@ $base-font-size: 14px; ...@@ -17,13 +17,14 @@ $base-font-size: 14px;
margin-top: -50px; margin-top: -50px;
padding: 0; padding: 0;
position: absolute; position: absolute;
background: $white;
border: 3px solid $border; border: 3px solid $border;
border-radius: 4px; border-radius: 4px;
z-index: 999; z-index: 999;
&:before { &:before {
@include rotate(45deg); @include rotate(45deg);
background: #fdfdfd; background: $white;
bottom: -8px; bottom: -8px;
border-bottom: 4px solid $border; border-bottom: 4px solid $border;
border-right: 4px solid $border; border-right: 4px solid $border;
...@@ -49,16 +50,8 @@ $base-font-size: 14px; ...@@ -49,16 +50,8 @@ $base-font-size: 14px;
margin: 0; margin: 0;
padding: 0; padding: 0;
text-align: center; text-align: center;
background: white !important; background: $white !important;
color: $gray-light !important; color: $gray-light !important;
&::-moz-focus-inner {
border: 0;
}
&:hover {
color: $hoverborder !important;
}
} }
&:hover { &:hover {
......
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