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

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorPhilW <roundcube@tehinterweb.co.uk>2019-08-31 17:07:17 +0300
committerPhilW <roundcube@tehinterweb.co.uk>2019-08-31 17:07:17 +0300
commit69e09b12d2bf862a1f54af18f6be0aaf6b29190d (patch)
tree1a23cb323012658a83ea3f4177818e464386be10 /skins
parent538b124f138e12f23aa04d54fc9e82cdb09b8b8d (diff)
(Elasitc) also support no-icon class on entire menu
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/widgets/menu.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/elastic/styles/widgets/menu.less b/skins/elastic/styles/widgets/menu.less
index 697652ad8..6041d7b94 100644
--- a/skins/elastic/styles/widgets/menu.less
+++ b/skins/elastic/styles/widgets/menu.less
@@ -348,6 +348,12 @@
}
}
}
+
+ &.no-icon a:before {
+ width: 0 !important;
+ min-width: 0 !important;
+ content: "" !important;
+ }
}
}