Skip to content

Commit

Permalink
Fixed outline
Browse files Browse the repository at this point in the history
  • Loading branch information
agatemosu committed Aug 23, 2024
1 parent 8c3d81e commit ce9b6c0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions styles/tier-label.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@
min-height: 80px;
}

.tier-label:focus-within {
border-color: var(--white);
}

.label-text {
display: flex;
align-items: center;
padding: 6px 2px;
height: 100%;
}

.tier-label:focus-within .label-text {
outline: none;
.label-text:focus {
outline: 1px solid var(--white);
}

.label-text span {
Expand Down

0 comments on commit ce9b6c0

Please sign in to comment.