Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-11-07 14:28:43 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-12-30 12:29:36 +0300
commite32766bd1196fa6f49fd76c7d26024a48e44b41a (patch)
tree6473999a9b97aa2e5020e657f2a6157f2712f4b3 /core/css
parent8b527df2536007fefd656ded2204379fe5841a69 (diff)
Change menu toggle element from span to button
This makes possible to navigate to the menu toggle using the keyboard, as well as being semantically more correct. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/public.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/css/public.scss b/core/css/public.scss
index 1b55d9d12db..6ec22cbc6d2 100644
--- a/core/css/public.scss
+++ b/core/css/public.scss
@@ -11,6 +11,16 @@ $footer-height: 65px;
ul li {
min-width: 270px;
}
+ #header-actions-toggle {
+ background-color: transparent;
+ border-color: transparent;
+
+ &:hover,
+ &:focus,
+ &:active {
+ opacity: 1;
+ }
+ }
#save-external-share {
form {
display: flex;