@finos/perspective-viewer
Version:
The `<perspective-viewer>` Custom Element, frontend for Perspective.js
1 lines • 525 B
CSS
:host{position:fixed;z-index:10000;outline:none;font-family:Open Sans;font-size:12px;font-weight:300;border:inherit;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);user-select:none;background-color:#fff;padding:6px;display:flex;flex-direction:column}:host .selected{background-color:rgba(0,0,0,.05)}:host span{cursor:pointer}:host .no-results{font-style:italics;padding:6px 24px;color:#ccc}:host(:hover) .selected{background-color:transparent}:host(:hover) span.selected:hover,:host(:hover) span:hover{background-color:rgba(0,0,0,.05)}