diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2020-01-21 10:31:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 10:31:03 +0100 |
commit | 996b2ec17070bb33ce9cd2ec570289565fd66306 (patch) | |
tree | 6b0d8cdb4de97df680a9dbdbee235e5300ceebd5 /app/Resources/static/themes | |
parent | a5afdc539fadedb211c7f428b822cbabe6b6e81d (diff) | |
parent | 0a81f9b9d990734810a571d43f44db6c67e7cd5e (diff) | |
download | wallabag-996b2ec17070bb33ce9cd2ec570289565fd66306.tar.gz wallabag-996b2ec17070bb33ce9cd2ec570289565fd66306.tar.zst wallabag-996b2ec17070bb33ce9cd2ec570289565fd66306.zip |
Merge pull request #4254 from Simounet/feat/sidebar-sub-entries-no-hover
Sidebar sub entries not conditioned by hover anymore
Diffstat (limited to 'app/Resources/static/themes')
-rw-r--r-- | app/Resources/static/themes/material/css/article.scss | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index 75658a58..f1a11da0 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss | |||
@@ -172,18 +172,18 @@ | |||
172 | &:hover { | 172 | &:hover { |
173 | width: 260px !important; | 173 | width: 260px !important; |
174 | 174 | ||
175 | .collapsible-body { | ||
176 | height: auto; | ||
177 | |||
178 | li a i.material-icons { | ||
179 | margin: auto 5px auto -8px; | ||
180 | } | ||
181 | } | ||
182 | |||
183 | span { | 175 | span { |
184 | opacity: 1; | 176 | opacity: 1; |
185 | } | 177 | } |
186 | } | 178 | } |
179 | |||
180 | .collapsible-body { | ||
181 | height: auto; | ||
182 | |||
183 | li a i.material-icons { | ||
184 | margin: auto 5px auto -8px; | ||
185 | } | ||
186 | } | ||
187 | } | 187 | } |
188 | 188 | ||
189 | .progress { | 189 | .progress { |