Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/input/tags-input/mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

.aui-tag {
max-width: 100%;
background-color: use-rgb(n-7);
}

&.isDisabled {
Expand All @@ -26,7 +27,6 @@

.aui-tag {
color: use-text-color(disabled);
background-color: use-rgb(n-8);
}
}

Expand Down
5 changes: 0 additions & 5 deletions src/select/multi-select/multi-select.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,11 @@ $block: aui-multi-select;
@include with-height-limit;
}

.aui-tag--info {
background-color: use-rgb(n-10);
}

&.isReadonly {
cursor: default;

.aui-tag {
color: use-text-color(main);
background-color: use-rgb(n-10);
}
}
}
4 changes: 2 additions & 2 deletions src/tag/tag.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@

&--info {
color: use-rgb(n-2);
background-color: use-rgb(n-7);
background-color: use-rgb(n-8);

&.hasBorder {
border-color: use-rgb(n-7);
border-color: use-rgb(n-8);
background-color: use-rgb(button-bg);
}

Expand Down