Skip to content

Commit 9f045d4

Browse files
fix(b-input-tags): not respecting custom $input-color (closes #6388) (#6389)
* Fix for custom input color in b-form-tags-input * Update _form-tags.scss Co-authored-by: Jacob Müller <[email protected]>
1 parent 6a9b723 commit 9f045d4

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

src/components/form-tags/_form-tags.scss

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
.b-form-tags {
2-
.b-form-tags-list {
3-
margin-top: -0.25rem;
4-
5-
.b-from-tags-field,
6-
.b-form-tag {
7-
margin-top: 0.25rem;
8-
}
9-
}
10-
112
&.focus {
123
color: $input-focus-color;
134
background-color: $input-focus-bg;
@@ -35,6 +26,19 @@
3526
}
3627
}
3728

29+
.b-form-tags-list {
30+
margin-top: -0.25rem;
31+
32+
.b-from-tags-field,
33+
.b-form-tag {
34+
margin-top: 0.25rem;
35+
}
36+
}
37+
38+
.b-form-tags-input {
39+
color: $input-color;
40+
}
41+
3842
.b-form-tag {
3943
// Override default badge settings
4044
// Due to using text-truncate on the inner content

0 commit comments

Comments
 (0)