aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/css/settings.scss
diff options
context:
space:
mode:
authorLukáš Tyrychtr <lukastyrychtr@gmail.com>2022-07-26 13:04:46 +0200
committerChristopher Ng <chrng8@gmail.com>2022-08-03 19:33:12 +0000
commitd760cde5356760f1c677b336dbb378a7716df0f1 (patch)
tree933781fb0c6a842611efe64b04eae740ee8419f3 /apps/files_external/css/settings.scss
parent392b08d7611e05a75aa97934ef8ba23a7b8d1f92 (diff)
downloadnextcloud-server-d760cde5356760f1c677b336dbb378a7716df0f1.tar.gz
nextcloud-server-d760cde5356760f1c677b336dbb378a7716df0f1.zip
Fix accessibility of buttons in the external storage configuration
Note that there is no keyboard only way to close the dropdown Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/files_external/css/settings.scss')
-rw-r--r--apps/files_external/css/settings.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_external/css/settings.scss b/apps/files_external/css/settings.scss
index f4d8b677d96..ce30aa556c7 100644
--- a/apps/files_external/css/settings.scss
+++ b/apps/files_external/css/settings.scss
@@ -52,6 +52,9 @@
width: 44px;
[class^='icon-'],
[class*=' icon-'] {
+ width: 44px;
+ height: 44px;
+ margin: 3px;
opacity: 0.5;
padding: 14px;
vertical-align: text-bottom;