* Fixed RB and other inline-toolbar bug.

pull/437/head
Megax 2016-05-15 21:02:06 +02:00
parent 082329e4c1
commit 01247caf4a
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@
&.inline-toolbar { &.inline-toolbar {
background-image: none; background-image: none;
background-color: transparent; background-color: transparent;
button { @include button($toolbar_bg_color, $toolbar_fg_color); }
.linked > button { @include linked_button($toolbar_bg_color); }
} }
} }