Removed some leftover from previous version
This commit is contained in:
parent
fe05e145ab
commit
659e406c5e
@ -108,7 +108,6 @@ Future<Element> makeThemeChanger() async {
|
|||||||
..append(Element.a()
|
..append(Element.a()
|
||||||
..attributes['href'] = 'javascript:void(0)'
|
..attributes['href'] = 'javascript:void(0)'
|
||||||
..append(Element.span()
|
..append(Element.span()
|
||||||
..classes.add('fa-stack')
|
|
||||||
..style.verticalAlign = 'top'
|
..style.verticalAlign = 'top'
|
||||||
..append(makeIcon(icons['theme']))))
|
..append(makeIcon(icons['theme']))))
|
||||||
..append(Element.ul()
|
..append(Element.ul()
|
||||||
|
Reference in New Issue
Block a user