From 50369ab954ca5747e9b26ffc631fb4cb51edcee6 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 23 Dec 2020 17:21:10 +0300 Subject: [PATCH] Fixed class name --- public/themes/arya-blue/theme.css | 8 +++----- public/themes/arya-green/theme.css | 8 +++----- public/themes/arya-orange/theme.css | 8 +++----- public/themes/arya-purple/theme.css | 8 +++----- public/themes/bootstrap4-dark-blue/theme.css | 8 +++----- public/themes/bootstrap4-dark-purple/theme.css | 8 +++----- public/themes/bootstrap4-light-blue/theme.css | 8 +++----- public/themes/bootstrap4-light-purple/theme.css | 8 +++----- public/themes/fluent-light/theme.css | 8 +++----- public/themes/luna-amber/theme.css | 8 +++----- public/themes/luna-blue/theme.css | 8 +++----- public/themes/luna-green/theme.css | 8 +++----- public/themes/luna-pink/theme.css | 8 +++----- public/themes/md-dark-deeppurple/theme.css | 8 +++----- public/themes/md-dark-indigo/theme.css | 8 +++----- public/themes/md-light-deeppurple/theme.css | 8 +++----- public/themes/md-light-indigo/theme.css | 8 +++----- public/themes/mdc-dark-deeppurple/theme.css | 8 +++----- public/themes/mdc-dark-indigo/theme.css | 8 +++----- public/themes/mdc-light-deeppurple/theme.css | 8 +++----- public/themes/mdc-light-indigo/theme.css | 8 +++----- public/themes/nova-accent/theme.css | 8 +++----- public/themes/nova-alt/theme.css | 8 +++----- public/themes/nova-vue/theme.css | 8 +++----- public/themes/nova/theme.css | 8 +++----- public/themes/rhea/theme.css | 8 +++----- public/themes/saga-blue/theme.css | 8 +++----- public/themes/saga-green/theme.css | 8 +++----- public/themes/saga-orange/theme.css | 8 +++----- public/themes/saga-purple/theme.css | 8 +++----- public/themes/vela-blue/theme.css | 8 +++----- public/themes/vela-green/theme.css | 8 +++----- public/themes/vela-orange/theme.css | 8 +++----- public/themes/vela-purple/theme.css | 8 +++----- src/AppFooter.vue | 2 +- 35 files changed, 103 insertions(+), 171 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 4e72a493f..74d2b6844 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #93cbf9; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index a12f4f117..08a509edd 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #a7d8a9; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index fb3ab2e6f..410be8be2 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #ffe284; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 53f491d3a..8cad8ff62 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #cf95d9; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 3830a2505..5ad5c7644 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -4518,20 +4518,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.75rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: color 0.15s, box-shadow 0.15s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #e3f3fe; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 2a9b80f3f..9b77d292c 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -4518,20 +4518,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.75rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: color 0.15s, box-shadow 0.15s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #f0e6f5; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 76a5eab71..ca8389074 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -4518,20 +4518,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.75rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: box-shadow 0.15s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index da86fac4f..1c3d10f12 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -4518,20 +4518,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.75rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: box-shadow 0.15s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5); diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index b3a75575c..67ca229aa 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -4457,20 +4457,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 2px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: inset 0 0 0 1px #605e5c; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index b578fa23d..5a30a5962 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -4469,20 +4469,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 1.929rem; height: 1.929rem; margin-left: -0.429rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.1rem white; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 188cf3e6b..f3378f842 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -4469,20 +4469,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 1.929rem; height: 1.929rem; margin-left: -0.429rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.1rem white; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index ddd3fd6b0..0cafb6cdc 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -4469,20 +4469,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 1.929rem; height: 1.929rem; margin-left: -0.429rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.1rem white; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index b8e9440fa..9ca4f851e 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -4469,20 +4469,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 1.929rem; height: 1.929rem; margin-left: -0.429rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.1rem white; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 07685aa4f..7a5462509 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -4530,20 +4530,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2.5rem; height: 2.5rem; margin-left: -1rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 78f753964..6df913417 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -4530,20 +4530,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2.5rem; height: 2.5rem; margin-left: -1rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 5e29da52d..6f213eb64 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -4530,20 +4530,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2.5rem; height: 2.5rem; margin-left: -1rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 46b7d0f61..dd84b081a 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -4530,20 +4530,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2.5rem; height: 2.5rem; margin-left: -1rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index c20be4c7c..61497ca61 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -4530,20 +4530,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2.25rem; height: 2.25rem; margin-left: -0.75rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index e4f2ab4b4..053531c97 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -4530,20 +4530,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2.25rem; height: 2.25rem; margin-left: -0.75rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 7ad869787..84312b7aa 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -4530,20 +4530,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2.25rem; height: 2.25rem; margin-left: -0.75rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index f481931d5..b6527e441 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -4530,20 +4530,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2.25rem; height: 2.25rem; margin-left: -0.75rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 4px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 73a039c1e..8024a13ef 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -4457,20 +4457,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 1.929rem; height: 1.929rem; margin-left: -0.429rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 7d4bdf7c0..1d590db40 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -4469,20 +4469,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 1.929rem; height: 1.929rem; margin-left: -0.429rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 322b5fe37..59fdf4f50 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -4469,20 +4469,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 1.929rem; height: 1.929rem; margin-left: -0.429rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #c2e9d8; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index c066c50ff..7be3ff90b 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -4469,20 +4469,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 1.929rem; height: 1.929rem; margin-left: -0.429rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index becfdd864..630e2d72f 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -4457,20 +4457,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 1.929rem; height: 1.929rem; margin-left: -0.429rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 2px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #e4e9ec; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 8b1d12043..ec7fd84b9 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #a6d5fa; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index b4e9bdedd..7656b157c 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #b7e0b8; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 6bab0ea9f..e5baa7e8c 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #ffe69c; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index e1743a330..3a15e9adb 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #df9eea; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index f843e5591..96fce2cd2 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #93cbf9; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index b35f9af0d..a0ef9387a 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #a7d8a9; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index d63001a03..0bab0460d 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #ffe284; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 55ed1a3c6..916ee2f57 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -4506,20 +4506,18 @@ .p-chip .p-chip-icon { margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { - margin-left: 0.5rem; -} .p-chip img { width: 2rem; height: 2rem; margin-left: -0.5rem; margin-right: 0.5rem; } -.p-chip .pi-chip-remove-icon { +.p-chip .p-chip-remove-icon { + margin-left: 0.5rem; border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } -.p-chip .pi-chip-remove-icon:focus { +.p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #cf95d9; diff --git a/src/AppFooter.vue b/src/AppFooter.vue index 4d93adc84..695d9947b 100755 --- a/src/AppFooter.vue +++ b/src/AppFooter.vue @@ -1,7 +1,7 @@