Fixed styling issue with chip. Remove placeholder search results. Added the ability to change individual chip background and color within the item itself. And a few other styling tweaks.

This commit is contained in:
2020-10-12 14:30:39 -07:00
parent e036ef1d5c
commit 3326133f7b
2 changed files with 9 additions and 7 deletions

View File

@@ -23,6 +23,10 @@ class Chip extends IgniteElement {
padding-bottom: 0.3em;
padding-left: 0.6em;
padding-right: 0.6em;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
mt-chip:hover {