diff --git a/ui_framework/dist/ui_framework.css b/ui_framework/dist/ui_framework.css index 57e213c89a802..c2474e304b06b 100644 --- a/ui_framework/dist/ui_framework.css +++ b/ui_framework/dist/ui_framework.css @@ -2121,7 +2121,6 @@ body { /** * 1. Allow class to be applied to `ul` and `ol` elements - * 2. Allow class to be applied to `li` elements */ .kuiMenu { padding-left: 0; @@ -2132,9 +2131,12 @@ body { .kuiMenu--contained .kuiMenuItem { padding: 6px 10px; } +/** + * 1. Allow class to be applied to `li` elements + */ .kuiMenuItem { list-style: none; - /* 2 */ + /* 1 */ padding: 6px 0; } .kuiMenuItem + .kuiMenuItem { border-top: 1px solid #E4E4E4; }