fix(style): Minor styling adjustments (floating toolbar, token carats)

This commit is contained in:
Ben Gotow 2015-06-11 18:45:48 -07:00
parent 81f1b5538e
commit 912cb4634e
2 changed files with 3 additions and 2 deletions

View file

@ -373,7 +373,7 @@ body.is-blurred .composer-inner-wrap .tokenizing-field .token {
width: 12.5px + 2*@padding-left;
height: 12.5px + 2*@padding-top;
margin: 7.5px 0;
box-shadow: none;
border: 0;
border-right: 1px solid @border-color-divider;
&:last-child { border-right: 0 }

View file

@ -49,6 +49,7 @@
margin: 0;
background-color: transparent;
color: @text-color-very-subtle;
img { background-color: @text-color-very-subtle; }
font-size: 10px;
}
&:hover {
@ -61,7 +62,7 @@
color: @text-color-inverse;
.action {
color: @text-color-inverse-subtle;
img { -webkit-filter: brightness(100); }
img { background-color: @text-color-inverse-subtle; }
}
}
&.dragging {