microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
47 stars 45 forks source link

dark theme support #77

Closed ostreifel closed 5 years ago

ostreifel commented 5 years ago

image

Test work item https://ottost.visualstudio.com/Sample%20Project/_workitems/edit/122500

ostreifel commented 5 years ago

See #75

nschonni commented 5 years ago

I've noticed these pulls on some other things, does this mean IE11 is no longer supported? Because using CSS variables isn't supported by IE11 https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables#Browser_compatibility

ostreifel commented 5 years ago

@nschonni Nice catch, updated to use mixin workaround for ie