diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-07-20 20:51:28 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-07-20 23:19:55 +0200 |
commit | 3e6ac57abe40075133c43fe36e7124920309e087 (patch) | |
tree | b6eb85979815b02f37fbe75c8db38d593f536982 | |
parent | e9581f212671df21e074ab1ddecb4d45d24d242a (diff) | |
download | nextcloud-server-3e6ac57abe40075133c43fe36e7124920309e087.tar.gz nextcloud-server-3e6ac57abe40075133c43fe36e7124920309e087.zip |
Add visual feedback for keyboard tab in breadcrumbs
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index fec41714524..d2288047ae5 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1103,6 +1103,8 @@ div.crumb { } } &:hover, &:focus, a:focus, &:active { + opacity: 1; + > a, > span { opacity: .7; |