We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882c54b commit 87e68d5Copy full SHA for 87e68d5
src/styles/themes/light.css
@@ -72,14 +72,16 @@ body.light button.button > * {
72
font-weight: bold;
73
}
74
75
-body.light button.button.share-button > * {
+body.light button.button.share-button > *,
76
+body.light button.button.clipboard-button > * {
77
color: #fff;
78
79
80
/* NTS: Hover color still appears and won't go away after tapping elsewhere on iOS.
81
Workaround for now to disable hover color on iOS - https://stackoverflow.com/a/40617793 */
82
@media (hover) {
- body.light button.button.share-button:hover > * {
83
+ body.light button.button.share-button:hover > *,
84
+ body.light button.button.clipboard-button:hover > * {
85
color: #000;
86
87
0 commit comments