Skip to content

Commit

Permalink
[UI Framework] Compile ui_framework.css (#12140)
Browse files Browse the repository at this point in the history
  • Loading branch information
archanid authored Jun 2, 2017
1 parent 2e5a9af commit 04ee900
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui_framework/dist/ui_framework.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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; }
Expand Down

0 comments on commit 04ee900

Please sign in to comment.