We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$input-color
1 parent 6a9b723 commit 9f045d4Copy full SHA for 9f045d4
src/components/form-tags/_form-tags.scss
@@ -1,13 +1,4 @@
1
.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
11
&.focus {
12
color: $input-focus-color;
13
background-color: $input-focus-bg;
@@ -35,6 +26,19 @@
35
26
}
36
27
37
28
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;
+ }
+}
38
+.b-form-tags-input {
39
+ color: $input-color;
40
41
42
.b-form-tag {
43
// Override default badge settings
44
// Due to using text-truncate on the inner content
0 commit comments