Skip to content

Commit 2ae6323

Browse files
tw15eganmarijohannessen
authored andcommitted
fix(dropdown): remove focus when disabled (#297)
1 parent a57b20b commit 2ae6323

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/dropdown/_dropdown.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,9 @@
116116
.bx--dropdown--disabled {
117117
opacity: 0.5;
118118
cursor: not-allowed;
119+
120+
&:focus {
121+
outline: none;
122+
}
119123
}
120124
}

0 commit comments

Comments
 (0)