From 3adfcfd9cedca46c3d82c065b09b3cd698e4d884 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Thu, 23 Dec 2021 09:30:17 +0300 Subject: [PATCH] [SSE] Fix Bug 51255 --- apps/spreadsheeteditor/mobile/src/less/statusbar.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/spreadsheeteditor/mobile/src/less/statusbar.less b/apps/spreadsheeteditor/mobile/src/less/statusbar.less index f3c9c4b0d..f01a7287a 100644 --- a/apps/spreadsheeteditor/mobile/src/less/statusbar.less +++ b/apps/spreadsheeteditor/mobile/src/less/statusbar.less @@ -24,6 +24,11 @@ text-align: center; height: 100%; position: relative; + + &.active { + background-color: @background-secondary; + font-weight: 600; + } .hairline(right, @background-menu-divider); }