All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.themes.MultiComboBoxPopover.css Maven / Gradle / Ivy

The newest version!
.ui5-suggestions-popover .ui5-multi-combobox-all-items-list {
	--_ui5_checkbox_width_height: var(--_ui5_list_item_dropdown_base_height);
}

.ui5-mcb-select-all-header {
	width: 100%;
	height: 44px;
	border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
	display: flex;
	align-items: center;
	font-family: "72override", var(--sapFontFamily);
	position: sticky;
	top: 0;
	z-index: 2;
	background: var(--sapPageHeader_Background);
}

.ui5-mcb-select-all-checkbox {
	width: 100%;
	font-family: var(--sapFontBoldFamily);
}

.ui5-mcb-select-all-checkbox::part(root):focus::before {
	border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
	border-radius: 0;
	right: 2px;
	left: 2px;
	bottom: 0;
	top: 0;
}

.ui5-mcb-select-all-checkbox::part(label) {
	font-family: var(--sapFontBoldFamily);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy