Skip to content

Commit a070f37

Browse files
authored
Merge pull request #215 from spinkube/fix-211
make "copy to clipboard" icon visible
2 parents e9304e5 + 9feb18d commit a070f37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/scss/_variables_project.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,10 @@ $spkb-bg: #F8EFFD;
125125

126126
}
127127
}
128+
129+
button.td-click-to-copy {
130+
131+
&::before {
132+
color: rgba($secondary, 0.5);
133+
}
134+
}

0 commit comments

Comments
 (0)