From 397b70057348d7ebfe9e8cce6f9ad29188c7839a Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 13 Sep 2022 11:14:25 +0300 Subject: [PATCH] [all] fix IE huge button's icon --- .../main/resources/img/toolbar/1x/huge/.css.handlebars | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/common/main/resources/img/toolbar/1x/huge/.css.handlebars b/apps/common/main/resources/img/toolbar/1x/huge/.css.handlebars index a516dc0e9..e6105c00d 100644 --- a/apps/common/main/resources/img/toolbar/1x/huge/.css.handlebars +++ b/apps/common/main/resources/img/toolbar/1x/huge/.css.handlebars @@ -1,15 +1,14 @@ {{#spritesheet}} .btn { .options__icon.options__icon-huge { - background-position-x: -40px; + background-position-x: 0; background-position-x: var(--button-huge-normal-icon-offset-x,0); } &.active, &:active { &:not(:disabled):not(.disabled) { .options__icon.options__icon-huge { - @btn-active-icon-offset: -40px; - background-position-x: @btn-active-icon-offset; + background-position-x: 0; background-position-x: var(--button-huge-active-icon-offset-x,0); } }