mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[UI Framework] Compile ui_framework.css (#12140)
This commit is contained in:
parent
2e5a9af100
commit
04ee900924
1 changed files with 4 additions and 2 deletions
6
ui_framework/dist/ui_framework.css
vendored
6
ui_framework/dist/ui_framework.css
vendored
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue