aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/mobile.scss
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-04-18 21:30:56 -0500
committerMorris Jobke <hey@morrisjobke.de>2017-04-19 12:42:23 -0500
commit4be923e45974e04529c3a0e002882d46ee4d3ca9 (patch)
treed2ff34a5ab9bc1897080a7257a936270922507f8 /apps/files_sharing/css/mobile.scss
parentac9d0fd14cd466a4bbee73035ca7276e829656dc (diff)
downloadnextcloud-server-4be923e45974e04529c3a0e002882d46ee4d3ca9.tar.gz
nextcloud-server-4be923e45974e04529c3a0e002882d46ee4d3ca9.zip
Improve menu CSS
* fix mess with menus and actions in the files app * reduces amount of !important usages * keeps the behaviour on mobile as well as on desktop Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing/css/mobile.scss')
-rw-r--r--apps/files_sharing/css/mobile.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/files_sharing/css/mobile.scss b/apps/files_sharing/css/mobile.scss
index f24ada1898a..8e58aa439c6 100644
--- a/apps/files_sharing/css/mobile.scss
+++ b/apps/files_sharing/css/mobile.scss
@@ -34,13 +34,6 @@ table td.filename .nametext {
margin-top: 32px;
}
-/* always show actions on mobile */
-#fileList a.action {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
- filter: alpha(opacity=20) !important;
- opacity: .2 !important;
- display: inline !important;
-}
/* some padding for better clickability */
#fileList a.action img {
padding: 0 6px 0 12px;