storybook-addon-playground
Version:
A playground to enable consumers learn how to use the component library or to reproduce bugs
9 lines (6 loc) • 1.08 kB
JavaScript
import styleInject from 'style-inject';
var css_248z = ".EditorTab-module_tab__b31Gt {\n position: relative;\n height: 100%;\n cursor: default;\n margin: 0;\n padding: 4px 16px;\n border-radius: unset;\n font-weight: normal;\n}\n\n.EditorTab-module_tab__b31Gt::after {\n content: \"\";\n position: absolute;\n bottom: -4px;\n left: 0;\n width: 100%;\n}\n\n.EditorTab-module_tab__b31Gt:not(.EditorTab-module_selected__RKKas)::after {\n height: 1px;\n background: #c3c6d4;\n}\n\n.EditorTab-module_tab__b31Gt.EditorTab-module_selected__RKKas::after {\n height: 2px;\n background: #029cfd;\n}\n\n.EditorTab-module_tab__b31Gt:hover {\n background: transparent;\n}\n\n.EditorTab-module_tab__b31Gt:hover.EditorTab-module_selected__RKKas {\n color: inherit;\n}\n\n.EditorTab-module_tab__b31Gt:hover:not(.EditorTab-module_selected__RKKas) {\n cursor: pointer;\n}\n";
var styles = {"tab":"EditorTab-module_tab__b31Gt","selected":"EditorTab-module_selected__RKKas"};
styleInject(css_248z);
export { styles as default };
//# sourceMappingURL=EditorTab.module.css.js.map