diff options
author | Simounet <contact@simounet.net> | 2020-01-19 10:54:56 +0100 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2020-01-19 11:01:24 +0100 |
commit | 0a81f9b9d990734810a571d43f44db6c67e7cd5e (patch) | |
tree | 39d9f25580185ae0597dc0aadfdd2da92d099b7d /app/Resources | |
parent | 913c3bc7aa9405a3e125b279951ceb58c57cbd81 (diff) | |
download | wallabag-0a81f9b9d990734810a571d43f44db6c67e7cd5e.tar.gz wallabag-0a81f9b9d990734810a571d43f44db6c67e7cd5e.tar.zst wallabag-0a81f9b9d990734810a571d43f44db6c67e7cd5e.zip |
Sidebar sub entries not conditioned by hover anymore
Diffstat (limited to 'app/Resources')
-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 { |