diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-07-20 12:18:11 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-07-20 23:19:55 +0200 |
commit | fe38e33d1093c2832e4b5b7049b05c0bf37fffda (patch) | |
tree | cb651ed5339d27bcc318e51159e05ad8bc025795 | |
parent | 9bf4827c1243cd8e869ccace92baf9ae36c64c55 (diff) | |
download | nextcloud-server-fe38e33d1093c2832e4b5b7049b05c0bf37fffda.tar.gz nextcloud-server-fe38e33d1093c2832e4b5b7049b05c0bf37fffda.zip |
Fix visual keyboard tab feedback for Contacts menu icon in header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | core/css/styles.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 6ff8d30a590..fec41714524 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -866,7 +866,12 @@ span.ui-icon { background-size: 16px 16px; padding: 14px; cursor: pointer; - opacity: .6; + + &:hover, + &:focus, + &:active { + opacity: 1 !important; + } } } |