From baedd46919a2f874c7a71bd87d3f891dbf9749e4 Mon Sep 17 00:00:00 2001 From: Keyzer Date: Mon, 28 Oct 2024 10:58:15 +0100 Subject: [PATCH] Fix buttons --- package-lock.json | 4 ++-- package.json | 2 +- src/css/styles.scss | 19 ++++--------------- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 955a8377..fed5ac5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shieldmaiden", - "version": "2.31.1", + "version": "2.31.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shieldmaiden", - "version": "2.31.1", + "version": "2.31.2", "dependencies": { "@gtm-support/vue2-gtm": "^1.3.0", "@octokit/rest": "^19.0.5", diff --git a/package.json b/package.json index 361f9cd5..525de092 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.31.1", + "version": "2.31.2", "name": "shieldmaiden", "description": "A Dungeons and Dragons Combat Tracker", "productName": "Shieldmaiden", diff --git a/src/css/styles.scss b/src/css/styles.scss index 3cd62372..838e451f 100644 --- a/src/css/styles.scss +++ b/src/css/styles.scss @@ -32,10 +32,10 @@ html body { font-size: $font-size; font-family: "Open Sans", sans-serif; position: relative; - // background-image: url("../assets/_img/styles/paper-bg.png"); button { all: unset; + box-sizing: border-box; } *:focus-visible { @@ -1483,11 +1483,9 @@ html body { padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out; - - i { - // font-weight: normal; - } + transition: + color 0.15s ease-in-out, + background-color 0.15s ease-in-out; &:focus-visible { outline: $outline; @@ -1685,8 +1683,6 @@ html body { margin-bottom: 20px; border-radius: $border-radius; overflow: auto; - // box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.125), 0 6px 2px 0 rgba(0, 0, 0, 0.1); - // border: solid 1px $neutral-5; &::-webkit-scrollbar { display: none !important; @@ -2757,13 +2753,6 @@ html body { min-width: 35px; } } - a.q-item { - // color: $neutral-2 !important; - - &:hover { - // color: $blue !important; - } - } } table {