Bugfix: Propert selector for disabled value in Dropdown

old
Javi Velasco 2017-01-31 09:53:44 +01:00
parent c6ce6aa336
commit cec890b1aa
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
color: var(--dropdown-color-primary);
}
.disabled {
&.disabled {
color: var(--dropdown-color-disabled);
cursor: not-allowed;
}