Skip to content

Commit

Permalink
Fix missing border in popular panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 15, 2023
1 parent 0cadb03 commit 94678c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions koordinates/gui/dataset_browser_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ def __init__(self,

if self._mode == StandardExploreModes.Browse:
item_style_sheet += "\nborder: 1px solid #dddddd;"
else:
item_style_sheet += "\nborder: 1px solid rgba(0,0,0,0);"

style_sheet = f"""DatasetItemWidgetBase
{{
Expand Down

0 comments on commit 94678c8

Please sign in to comment.