Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmmcken committed Jan 16, 2024
1 parent 54126f7 commit 6262177
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions packages/components/src/ComboBox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,14 @@ $cb-option-hover-color: $dropdown-link-hover-color;
}
}

.cb-option-btn:focus {
outline: none;
}

.cb-option-btn:hover:not(.keyboard-active) {
color: $cb-option-hover-color;
background-color: $cb-option-hover-bg;
}
.cb-option-btn:focus {
outline: none;
}

.cb-options:last-child {
border-bottom-left-radius: $border-radius;
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/DraggableItemList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $draggable-item-grip-color: $mid;
padding: $spacer-1 $spacer-2;
position: relative;
color: var(--dh-color-accent-contrast);
btn {
.btn {
color: var(--dh-color-accent-contrast);
}
}
Expand Down

0 comments on commit 6262177

Please sign in to comment.