Skip to content

Commit

Permalink
Get rid of unused theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Sep 14, 2023
1 parent f6fd2b1 commit 6afbd2a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/fontra/client/web-components/ui-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,8 @@ import * as html from "../core/unlit.js";
import { themeColorCSS } from "./theme-support.js";
import { RangeSlider } from "/web-components/range-slider.js";

const colors = {
"ui-form-input-foreground-color": ["black", "white"],
"ui-form-input-background-color": ["white", "#333"],
"ui-form-input-border-color": ["#888", "#222"],
"slider-thumb-color": ["#444", "#bbb"],
};

export class Form extends SimpleElement {
static styles = `
${themeColorCSS(colors)}
.ui-form {
display: grid;
grid-template-columns: 32% auto;
Expand Down

0 comments on commit 6afbd2a

Please sign in to comment.