Skip to content

Commit

Permalink
Revert dark mode changes to toolbar. (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
naschmitz authored Sep 28, 2023
1 parent 9f28fbe commit 7dd93ef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions geemap/toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ def returned_callback(change):
layout=widgets.Layout(height="28px", width="72px"),
)

if in_colab_shell():
self.toolbar_button.button_style = "primary"
self.layers_button.button_style = "primary"

self.toolbar_header = widgets.HBox()
self.toolbar_header.children = [self.layers_button, self.toolbar_button]
self.toolbar_footer = widgets.VBox()
Expand Down Expand Up @@ -839,10 +835,6 @@ def search_data_gui(m, position="topleft"):
)
search_type.style.button_width = "110px"

if in_colab_shell():
search_button.button_style = "primary"
search_type.button_style = "primary"

search_box = widgets.Text(
placeholder="Search by place name or address",
tooltip="Search location",
Expand Down

0 comments on commit 7dd93ef

Please sign in to comment.