diff --git a/apps/spreadsheeteditor/mobile/src/less/statusbar.less b/apps/spreadsheeteditor/mobile/src/less/statusbar.less index 2daf9242a..2e4f8ac81 100644 --- a/apps/spreadsheeteditor/mobile/src/less/statusbar.less +++ b/apps/spreadsheeteditor/mobile/src/less/statusbar.less @@ -20,6 +20,11 @@ text-align: center; height: 100%; position: relative; + + &.active { + background-color: @background-secondary; + font-weight: 600; + } .hairline(right, @background-menu-divider); }