@finos/perspective-viewer
Version:
The `<perspective-viewer>` Custom Element, frontend for Perspective.js
30 lines (26 loc) • 667 B
text/less
/******************************************************************************
*
* Copyright (c) 2017, the Perspective Authors.
*
* This file is part of the Perspective library, distributed under the terms
* of the Apache License 2.0. The full license can be found in the LICENSE
* file.
*
*/
:host {
.radio-list-item {
display: flex;
flex-wrap: wrap;
align-items: center;
padding-top: 6px;
width: 110px;
// Fix radio buttons
input[type="radio"] {
width: 24px;
margin: 0;
}
input[type="radio"][disabled] ~ * {
opacity: 0.5;
}
}
}