Skip to content

Commit

Permalink
fix(app): styling of the collapse button in bookmark tour
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed Apr 2, 2024
1 parent 42b30cf commit 817e434
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/app/src/styles/genome-spy-app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ $menu-line-height: 22px;
}

.collapse {
all: unset;
position: absolute;
right: $basic-spacing;
top: $basic-spacing;
Expand All @@ -669,8 +670,13 @@ $menu-line-height: 22px;
font-size: 1.1em;

border-radius: 2px;
padding: 0 0.2em;
cursor: pointer;

&:focus {
outline: revert;
}

svg {
transition: transform 0.5s;
}
Expand Down

0 comments on commit 817e434

Please sign in to comment.