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

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

The newest version!
:host {
    display: flex;
    flex-wrap: wrap;
    align-content: var(--_ui5_table_cell_valign);
    min-width: var(--_ui5_table_cell_min_width);
    max-width: 100%;
    overflow: clip;
    overflow-clip-margin: content-box;
    padding: var(--_ui5_table_cell_padding);
    box-sizing: border-box;
}

:host(:focus) {
    outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
    outline-offset: calc(-1 * var(--sapContent_FocusWidth));
}

:host(#selection-cell) {
    width: auto;
    min-width: auto;
    background-color: inherit;
}

:host([fixed]) {
    position: sticky;
    z-index: 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy