mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-28 08:23:46 +00:00
Wrap sidebar button in div, so the .tool-group > div rule pads it
This commit is contained in:
@@ -98,6 +98,7 @@ export function uiInit(context) {
|
||||
.attr('class', 'tool-group leading-area');
|
||||
|
||||
var sidebarButton = leadingArea
|
||||
.append('div')
|
||||
.append('button')
|
||||
.attr('class', 'sidebar-toggle')
|
||||
.attr('tabindex', -1)
|
||||
|
||||
Reference in New Issue
Block a user