@nteract/data-explorer
Version:
Transform for data resource JSON
48 lines (46 loc) • 1.12 kB
JavaScript
"use strict";
// import { Button, ButtonGroup } from "@blueprintjs/core";
// import styled from "styled-components";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StyledButtonGroup = void 0;
/**
* This ports over some of the overridden styles within the data
* explorer from the migration away from styled-jsx.
*/
/*
export const StyledButtonGroup = styled(ButtonGroup)`
.button-text {
margin: 0 10px 10px 0;
-webkit-appearance: none;
padding: 5px 15px;
background: white;
border: 1px solid #bbb;
color: #555;
border-radius: 3px;
cursor: pointer;
}
.button-text.selected {
border-color: #1d8bf1;
color: #1d8bf1;
}
.button-text {
margin-right: -1px;
border-radius: 0;
}
.button-text:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.button-text:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.button-text.selected {
background: white;
color: #1d8bf1;
z-index: 1;
position: relative;
}
`;
*/
exports.StyledButtonGroup = null;