1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 02:24:05 +02:00

feat(admin-plugin): update styles for trumbowyg #211

This commit is contained in:
Awilum
2020-02-08 00:32:16 +03:00
parent 21fe938e82
commit 8fc5e4a857

View File

@@ -18,6 +18,8 @@
.trumbowyg-button-pane .trumbowyg-open-dropdown::after,
.trumbowyg-button-pane button > svg
{
color: #6c6c6c;
fill: #6c6c6c;
}
@@ -25,6 +27,15 @@
.trumbowyg-viewHTML-button.trumbowyg-not-disable:hover svg,
.trumbowyg-button-pane button:hover > svg
{
color: black;
fill: black;
}
.trumbowyg-button-pane button.trumbowyg-active > svg
{
color: black;
fill: black;
}