@bokeh/bokehjs
Version:
Interactive, novel data visualization
6 lines (5 loc) • 638 B
JavaScript
export const entry = "bk-entry"
export const swatch = "bk-swatch"
export const item = "bk-item"
export const active = "bk-active"
export default `.bk-entry{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:0.5em;}.bk-swatch{width:100px;height:auto;align-self:stretch;}.bk-item{border:var(--border-width) var(--border-style) transparent;}.bk-item.bk-active{border-color:var(--highlight-color);}.bk-item:hover{background-color:var(--hover-color);}.bk-item:focus,.bk-item:focus-visible{outline:var(--outline-width) var(--outline-style) var(--highlight-color);outline-offset:-1px;}.bk-item::-moz-focus-inner{border:0;}`