We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36727bc commit 717fe62Copy full SHA for 717fe62
v3/packages/internarbeidsflate-decorator-v3/src/index.css
@@ -34,11 +34,20 @@
34
border: 1px solid transparent;
35
}
36
37
+.dekorator .navds-button--tertiary-neutral:hover {
38
+ color: var(--a-gray-900)
39
+}
40
+
41
+.dekorator .navds-button--tertiary-neutral:active {
42
+ color: #fff
43
44
45
[data-theme="internarbeidsflatedecorator-theme"]{
46
--ac-textfield-bg: var(--a-gray-900);
47
--ac-select-bg: var(--a-gray-900);
48
--ac-textfield-text: #fff;
49
--ac-select-text: #fff;
50
--a-text-default: #fff;
51
--ac-textfield-placeholder: var(--a-gray-500);
52
+ --ac-button-tertiary-neutral-text: var(--a-gray-900)
53
0 commit comments