mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:08:33 +08:00
fix bug 72776
This commit is contained in:
@ -48,7 +48,7 @@ export const DrawView = ({ currentTool, setTool, settings, setSettings, colors,
|
||||
f7.sheet.open('.draw-sheet--color-picker')
|
||||
}}
|
||||
>
|
||||
<Icon icon="icon-plus" style={{ backgroundColor: 'var(--brand-word)' }}/>
|
||||
<Icon icon="icon-plus"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
.icon-svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
fill: @brandColor;
|
||||
}
|
||||
|
||||
i.icon {
|
||||
|
||||
@ -9,9 +9,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.icon-svg {
|
||||
fill: @brandColor;
|
||||
}
|
||||
|
||||
i.icon {
|
||||
&.icon_mask {
|
||||
|
||||
@ -1,8 +1,3 @@
|
||||
.icon-svg {
|
||||
fill: @brand-slide;
|
||||
color: @brand-slide;
|
||||
}
|
||||
|
||||
i.icon {
|
||||
&.icon-format-pptx {
|
||||
width: 22px;
|
||||
|
||||
Reference in New Issue
Block a user