refine responsive workbench gui
This commit is contained in:
@@ -2585,7 +2585,7 @@ export function MapWorkspace({
|
||||
onClick={startBboxSelection}
|
||||
>
|
||||
<BoxSelect aria-hidden="true" />
|
||||
{bboxSelectionMode ? 'Teken op de kaart…' : 'Teken rechthoek'}
|
||||
<span>{bboxSelectionMode ? 'Teken op de kaart…' : 'Teken rechthoek'}</span>
|
||||
</button>
|
||||
<button
|
||||
className="secondary-action"
|
||||
@@ -2601,11 +2601,17 @@ export function MapWorkspace({
|
||||
}}
|
||||
>
|
||||
<MapPinned aria-hidden="true" />
|
||||
Volledig werkgebied
|
||||
<span>Volledig werkgebied</span>
|
||||
</button>
|
||||
<button className="secondary-action" disabled={!mapSelectionBbox} type="button" onClick={clearAreaSelection}>
|
||||
<button
|
||||
className="secondary-action"
|
||||
disabled={!mapSelectionBbox}
|
||||
type="button"
|
||||
onClick={clearAreaSelection}
|
||||
aria-label="Wis selectie"
|
||||
>
|
||||
<Trash2 aria-hidden="true" />
|
||||
Wis selectie
|
||||
<span>Wis selectie</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user