summaryrefslogtreecommitdiffstats
path: root/public/less/_base.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_base.less')
-rw-r--r--public/less/_base.less17
1 files changed, 12 insertions, 5 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index 3f29fc2147..498cacc1f7 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -146,11 +146,18 @@ pre, code {
}
}
- &.menu,
- &.vertical.menu,
- &.segment {
- box-shadow: none;
- }
+ &.menu,
+ &.vertical.menu,
+ &.segment {
+ box-shadow: none;
+ }
+
+ /* overide semantic selector '.ui.menu:not(.vertical) .item > .button' */
+ .menu:not(.vertical) .item .button {
+ padding-bottom: .78571429em;
+ padding-top: .78571429em;
+ font-size: 1em;
+ }
.text {
&.red {