feat: Add richer card theme support (#1809)
This commit is contained in:
@@ -12,3 +12,13 @@
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
svg path {
|
||||
// !important is necessary to overcome the fill set on the path itself.
|
||||
fill: currentColor !important;
|
||||
}
|
||||
|
||||
:host([allow-override-non-active-styles]) state-badge {
|
||||
--state-inactive-color: inherit;
|
||||
--state-unavailable-color: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user