Skip to content

Commit 8cb7daa

Browse files
authored
Fix/icons (#427)
* add rule to button icon * add rule to cert
1 parent 3034f35 commit 8cb7daa

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/style/modal.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@
7070
line-height: 33px;
7171
}
7272

73+
.button-icon path {
74+
fill: none;
75+
}
76+
7377
.action-button:hover path {
78+
fill: none;
7479
stroke: var(--WHITE);
7580
}
7681

src/style/table.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@
146146
fill: var(--WHITE);
147147
}
148148

149+
.cert-icon path,
150+
.cert-icon line {
151+
fill: none;
152+
}
153+
149154
.action-button.disabled :global(.tube-icon) line,
150155
.action-button.disabled :global(.tube-icon) path,
151156
.action-button.disabled .cert-icon path,

0 commit comments

Comments
 (0)