Removed some leftover from previous version

This commit is contained in:
Lucien Cartier-Tilet 2020-06-23 11:14:36 +02:00
parent fe05e145ab
commit 659e406c5e
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ Future<Element> makeThemeChanger() async {
..append(Element.a()
..attributes['href'] = 'javascript:void(0)'
..append(Element.span()
..classes.add('fa-stack')
..style.verticalAlign = 'top'
..append(makeIcon(icons['theme']))))
..append(Element.ul()