mirror of
https://github.com/maputnik/editor.git
synced 2025-12-30 18:10:01 +00:00
Switch from react-aria-menubutton to <select/>
This commit is contained in:
@@ -92,6 +92,16 @@
|
||||
@extend .maputnik-toolbar-link;
|
||||
}
|
||||
|
||||
.maputnik-toolbar-select {
|
||||
background: inherit;
|
||||
border-width: 0;
|
||||
@extend .maputnik-toolbar-link;
|
||||
}
|
||||
|
||||
.maputnik-toolbar-select select {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.maputnik-icon-text {
|
||||
padding-left: $margin-1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user