UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

11 lines (6 loc) 887 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var styleInject_es = require('../../style-inject/dist/style-inject.es.js'); var css = ":root {\n --reach-tabs: 1;\n}\n\n[data-reach-tab-panel] {\n outline: none;\n}\n\n[data-reach-tab-list] {\n display: flex;\n background: hsla(0, 0%, 0%, 0.05);\n}\n\n[data-reach-tab] {\n display: inline-block;\n border: none;\n padding: 0.25em 0.5em;\n margin: 0;\n background: none;\n color: inherit;\n font: inherit;\n cursor: pointer;\n -webkit-appearance: none;\n -moz-appearance: none;\n border-bottom: solid 1px transparent;\n}\n\n[data-reach-tab]:active {\n background: hsla(0, 0%, 0%, 0.05);\n}\n\n[data-reach-tab]:disabled {\n opacity: 0.25;\n cursor: default;\n}\n\n[data-reach-tab][data-selected] {\n border-bottom-color: inherit;\n}\n"; styleInject_es.default(css); exports.default = css;