From ce304fc5ebf4f0ab18c24b82bc7043af43e4d439 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 20 Aug 2024 01:23:05 +0200 Subject: [PATCH] feat: slider-input web component - Brush size --- index.css | 1 - index.html | 145 ++++---------------- modules/dynamic/editors/cultures-editor.js | 25 +--- modules/dynamic/editors/religions-editor.js | 32 ++--- modules/dynamic/editors/states-editor.js | 41 ++---- modules/ui/biomes-editor.js | 4 +- modules/ui/heightmap-editor.js | 8 +- modules/ui/hotkeys.js | 29 ++-- modules/ui/provinces-editor.js | 4 +- 9 files changed, 69 insertions(+), 220 deletions(-) diff --git a/index.css b/index.css index 5dff20f7..bceaf86d 100644 --- a/index.css +++ b/index.css @@ -1245,7 +1245,6 @@ i.resetButton:active { padding: 0; height: 2px; background: #d4d4d4; - top: -0.35em; position: relative; appearance: none; -webkit-appearance: none; diff --git a/index.html b/index.html index a50c3d5d..9ae648d3 100644 --- a/index.html +++ b/index.html @@ -4076,72 +4076,24 @@