We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3034f35 commit 8cb7daaCopy full SHA for 8cb7daa
2 files changed
src/style/modal.module.css
@@ -70,7 +70,12 @@
70
line-height: 33px;
71
}
72
73
+.button-icon path {
74
+ fill: none;
75
+}
76
+
77
.action-button:hover path {
78
79
stroke: var(--WHITE);
80
81
src/style/table.module.css
@@ -146,6 +146,11 @@
146
fill: var(--WHITE);
147
148
149
+.cert-icon path,
150
+.cert-icon line {
151
152
153
154
.action-button.disabled :global(.tube-icon) line,
155
.action-button.disabled :global(.tube-icon) path,
156
.action-button.disabled .cert-icon path,
0 commit comments