UNPKG

integralui-web-treegrid

Version:

IntegralUI Web - TreeGrid is a native Web Component that displays hierarchical data structures in multiple columns.

14 lines (11 loc) 382 B
import { c as css } from '../../external/lit-element.js'; const iuiSelectOfficeStyle = css` /* Header */ .iui-select-header { border: thin solid #d9d9d9; } .iui-select-header-hovered .iui-select-header-expand-box, .iui-select-header-selected .iui-select-header-expand-box { background: #0d7edb !important; } `; export { iuiSelectOfficeStyle };