diff options
author | mhe <mail@marcus-herrmann.com> | 2016-11-02 20:18:39 +0100 |
---|---|---|
committer | mhe <mail@marcus-herrmann.com> | 2016-11-02 20:18:39 +0100 |
commit | 87aabeb7af3c07faf872f8ce174fb0e7c0664f7b (patch) | |
tree | 54dcd39e6bcc623087a438b19683428cb86ed649 /app/assets/stylesheets | |
parent | 77045d088608eec16548a0dfb693a6307881048d (diff) |
a11y: Improve icon button component regarding semantics and screen reader usage
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index b720848c5..704462dc1 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -42,7 +42,8 @@ .icon-button { color: #616b86; - cursor: pointer; + border: none; + background: transparent; &:hover { color: #717b98; |