UNPKG

vuetify-swatches

Version:
13 lines (11 loc) 636 B
/** * vuetify-swatches * * @description Color Swatch component for Vuetify3. * @author Logue <logue@hotmail.co.jp> * @copyright 2022-2026 By Masashi Yoshikawa All rights reserved. * @license MIT * @version 2.0.1 * @see {@link https://github.com/logue/vuetify-swatches} */ .v-swatches .v-btn{margin:.1rem}.v-swatches .v-btn .v-icon{filter:invert(100%) grayscale(100%) contrast(100)}.v-swatches .v-btn.bg-transparent{background:linear-gradient(to top left,transparent 0,transparent calc(50% - .1rem),rgb(var(--v-theme-error)) 50%,transparent calc(50% + .1rem),transparent)}.v-swatches .v-btn.bg-transparent .v-icon{filter:none}