fix(segment): add styles for in a color toolbar

This commit is contained in:
Cam Wiegert
2018-07-13 15:22:46 -05:00
parent 124b87ced4
commit d9e4ca7a22
3 changed files with 24 additions and 2 deletions

View File

@ -14,6 +14,10 @@
color: #{current-color(base)} !important;
}
:host(.in-color-toolbar) {
color: inherit;
}
:host(.segment-disabled) {
opacity: $segment-md-opacity-disabled;