Skip to content

Commit 6262177

Browse files
committed
fix linting
1 parent 54126f7 commit 6262177

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

packages/components/src/ComboBox.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,14 @@ $cb-option-hover-color: $dropdown-link-hover-color;
8686
}
8787
}
8888

89+
.cb-option-btn:focus {
90+
outline: none;
91+
}
92+
8993
.cb-option-btn:hover:not(.keyboard-active) {
9094
color: $cb-option-hover-color;
9195
background-color: $cb-option-hover-bg;
9296
}
93-
.cb-option-btn:focus {
94-
outline: none;
95-
}
9697

9798
.cb-options:last-child {
9899
border-bottom-left-radius: $border-radius;

packages/components/src/DraggableItemList.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $draggable-item-grip-color: $mid;
2525
padding: $spacer-1 $spacer-2;
2626
position: relative;
2727
color: var(--dh-color-accent-contrast);
28-
btn {
28+
.btn {
2929
color: var(--dh-color-accent-contrast);
3030
}
3131
}

0 commit comments

Comments
 (0)