diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-12 09:56:46 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-12 16:49:39 +0200 |
commit | ae86845062e6bf303799c8ff52fd997db6cd22ab (patch) | |
tree | 5ac103df2b7eb4e5087886790c3a75469c58f627 /core/css | |
parent | 5bac9693511ca0e9e5f0553ecc8791cccf05c935 (diff) | |
download | nextcloud-server-ae86845062e6bf303799c8ff52fd997db6cd22ab.tar.gz nextcloud-server-ae86845062e6bf303799c8ff52fd997db6cd22ab.zip |
Fixed favorite folder view display
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 784d67798a6..6645b6868d5 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -148,7 +148,8 @@ kbd { a:hover, a:focus, a:active, - a.selected { + a.selected , + a.active { &, > a { opacity: 1; |