@bokeh/bokehjs
Version:
Interactive, novel data visualization
5 lines (4 loc) • 461 B
JavaScript
export const value_input = "bk-value-input"
export const value = "bk-value"
export const chevron = "bk-chevron"
export default `.bk-value-input{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:1em;cursor:pointer;}.bk-value{flex-grow:1;}.bk-chevron{width:16px;height:16px;mask-size:100% 100%;-webkit-mask-size:100% 100%;mask-position:center center;-webkit-mask-position:center center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;}`