diff options
author | David Yip <yipdw@member.fsf.org> | 2018-01-14 05:07:08 -0600 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2018-01-14 05:07:08 -0600 |
commit | 756a9cd139d6dbf22f76893f37a3c4fa887a3ea6 (patch) | |
tree | f1f70733ef7115b359b61e0534c3b65baf244ae2 /app/javascript/flavours/glitch/styles | |
parent | e64cc311dd8db5d56b6299e9d40e7060d0c25b7e (diff) |
Run slightly less afoul of accessibility checks. #294.
This makes the clickable element an interactive element, but doesn't add alt text and makes it not-obvious that you can click the elefriend. On one hand, this goes against good practice; on the other hand, it's not *supposed* to be obvious that you can click the elefriend.
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/drawer.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss index d0d79c86b..727dcd93e 100644 --- a/app/javascript/flavours/glitch/styles/components/drawer.scss +++ b/app/javascript/flavours/glitch/styles/components/drawer.scss @@ -65,6 +65,8 @@ .mastodon { flex: 1; + border: none; + cursor: inherit; } } |