Skip to content

Commit

Permalink
fix: bottom panel
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul99ahad committed Nov 26, 2024
1 parent 48a989b commit bc5fca9
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions client/src/app/panel/Panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
border: none;
outline: none;
padding: 4px 8px;

&:focus {
outline: 2px solid var(--focus-outline-color);
outline-offset: -2px;
}
}

.panel__link {
Expand All @@ -34,16 +39,6 @@
border-bottom: solid 2px var(--color-grey-225-10-35);
}

&:focus {
outline: none;
box-shadow: none;
}

&:focus-visible {
outline-style: auto;
outline-color: var(--focus-outline-color);
}

.panel__link-number {
background-color: var(--color-grey-225-10-35);
border-radius: 11px;
Expand All @@ -64,11 +59,6 @@
background-color: var(--color-grey-225-10-85);
}

&:focus {
outline-style: auto;
outline-color: var(--focus-outline-color);
}

svg {
width: 14px;
height: 14px;
Expand Down

0 comments on commit bc5fca9

Please sign in to comment.