statusbar: hide icon for language menu

it wasn't there before w2ui removing

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Iaef58f76b8cd8aaa606dc6384d458448c24d5564
This commit is contained in:
Szymon Kłos 2024-04-05 17:11:03 +02:00 committed by Szymon Kłos
parent 6a1b5ec7d8
commit 92588928ab

View file

@ -1542,6 +1542,11 @@ tr.useritem > td > img {
padding-left: 10px;
}
/* statusbar: language status menu - disable icon */
.menubutton.LanguageStatusMenu img {
display: none;
}
/* Don't forget to update it when you change one of the two above!
menu-entry-with-icon.padding-left + menu-entry-icon.width */
.menu-entry-no-icon {