Skip to content

Commit aa7c2de

Browse files
PunitGrwilldurand
authored andcommitted
Remove text shadow for collection action buttons (#8114)
1 parent 5e3bcfc commit aa7c2de

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/ui/components/Button/styles.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ $default-font-size: 13px;
7878
padding-top: 1px;
7979
}
8080

81-
// Small text is difficult to read against the bright Photon colors.
82-
// This isn't (yet) part of the spec but @tofumatt added it because
83-
// he thinks it improves accessibility.
84-
// See: https://github.com/FirefoxUX/photon/issues/264
85-
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
81+
// Small text is difficult to read against the bright Photon colors since
82+
// it is blurry. This isn't (yet) part of the spec but added this because
83+
// it improves accessibility. See:
84+
// https://github.com/FirefoxUX/photon/issues/264#issuecomment-364927535
85+
letter-spacing: 0.01rem;
8686
}
8787
}
8888

0 commit comments

Comments
 (0)