From 7cb55d2f9125ec77bfaa71dee2a92ae1db8342b8 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Tue, 3 Sep 2024 14:18:06 -0500 Subject: [PATCH] buttons: Remove unused .btn-link styles. --- web/styles/app_components.css | 10 ---------- web/styles/dark_theme.css | 6 ------ web/styles/settings.css | 1 - 3 files changed, 17 deletions(-) diff --git a/web/styles/app_components.css b/web/styles/app_components.css index 33939de832..0a00ecc8fe 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -238,16 +238,6 @@ input::placeholder { } } - &.btn-link { - color: hsl(208deg 56% 53%); - text-decoration: none; - - &:hover, - &:focus { - color: hsl(208deg 56% 38%); - } - } - &:disabled { cursor: not-allowed; filter: saturate(0); diff --git a/web/styles/dark_theme.css b/web/styles/dark_theme.css index feec6f5847..61c3fbf369 100644 --- a/web/styles/dark_theme.css +++ b/web/styles/dark_theme.css @@ -370,7 +370,6 @@ .sea-green, .btn-danger, .btn-warning, - .btn-link, .poll-vote, button.poll-option, button.add-task @@ -379,11 +378,6 @@ color: inherit; } - &.btn-link { - border-color: hsl(0deg 0% 0% / 60%); - color: hsl(200deg 79% 66%); - } - &:hover, &:focus, &:active { diff --git a/web/styles/settings.css b/web/styles/settings.css index 49448535d7..f638d6fe80 100644 --- a/web/styles/settings.css +++ b/web/styles/settings.css @@ -270,7 +270,6 @@ h3, /* Messy implementation of buttons with text and a pencil icon in them having spacing before the pencil icon. */ - & button.btn-link i.fa-pencil, button[data-dismiss="modal"] i.fa-pencil { margin-left: 3px; }