UNPKG

@vlinderclimate/net-zero-ui

Version:

<div align="center"> <img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 /> </div> <h1 align="center">Net Zero UI kit</h1>

33 lines (28 loc) 936 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var theme_colors = require('../theme/colors.js'); require('../tslib.es6-9240d9d1.js'); var MuiListItem = { root: { backgroundColor: "transparent", padding: 0, marginBottom: "6px", "&.MuiLink-root": { backgroundColor: "transparent" }, "&.Mui-selected": { "&:hover": { backgroundColor: "transparent" } }, "&.Mui-selected, &.Mui-active, &.Mui-selected.Mui-focusVisible": { backgroundColor: theme_colors["default"].primary.main, color: theme_colors["default"].gray.white, "&:hover": { backgroundColor: theme_colors["default"].primary.main, color: theme_colors["default"].gray.white } } } }; exports["default"] = MuiListItem;