@import '../base.less';


// NOTE:: We can overwrite text color of disabled item by uncomment this code
// :host {
//   .column-dialog ef-item.disabled &[focused],
//   .column-dialog ef-item.disabled &[highlighted] {
//     &:not([selected]) {
//       color: mix(@list-item-focus-text-color, @list-item-disabled-text-color, 70%);
//     }

//     &[selected] {
//       color: mix(@list-item-focus-text-color, @list-item-disabled-text-color, 80%);
//     }
//   }
// }

ef-item {
  min-height: @tree-menu-item-height;
}

.tree-label {
	margin-right: 10px;
}
