Skip to content

Commit

Permalink
Bugfix: Propert selector for disabled value in Dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Jan 31, 2017
1 parent c6ce6aa commit cec890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dropdown/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
color: var(--dropdown-color-primary);
}

.disabled {
&.disabled {
color: var(--dropdown-color-disabled);
cursor: not-allowed;
}
Expand Down

0 comments on commit cec890b

Please sign in to comment.