From 9d538cb5522baa38514d723b2f85e4b552cd5557 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 29 Nov 2016 12:41:45 +0300 Subject: [PATCH] [SSE] Update style for active button. --- apps/spreadsheeteditor/main/resources/less/celleditor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/resources/less/celleditor.less b/apps/spreadsheeteditor/main/resources/less/celleditor.less index 059be33de..132e25d4c 100644 --- a/apps/spreadsheeteditor/main/resources/less/celleditor.less +++ b/apps/spreadsheeteditor/main/resources/less/celleditor.less @@ -66,7 +66,7 @@ background-position: 0px -1304px; } - &:hover:not(.disabled) { + &:active:not(.disabled) { span.btn-icon { background-position: -20px -1304px; }