[PE] Fix color of active record in insert shape button
This commit is contained in:
parent
ae611ada76
commit
71baf5cc3a
|
@ -590,8 +590,8 @@
|
||||||
background-color: @highlight-button-pressed;
|
background-color: @highlight-button-pressed;
|
||||||
|
|
||||||
svg.icon {
|
svg.icon {
|
||||||
fill: @icon-toolbar-header-ie;
|
fill: @icon-normal-pressed-ie;
|
||||||
fill: @icon-toolbar-header;
|
fill: @icon-normal-pressed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue