From 6580924bbe5a7509bbea309d25aae0c72fa1d0b6 Mon Sep 17 00:00:00 2001 From: Sirttas Date: Sat, 16 Sep 2023 13:08:05 +0200 Subject: [PATCH] style --- src/market/MarketResultTable.vue | 4 ++-- src/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/market/MarketResultTable.vue b/src/market/MarketResultTable.vue index 4306311..3cadb02 100644 --- a/src/market/MarketResultTable.vue +++ b/src/market/MarketResultTable.vue @@ -58,7 +58,7 @@ const { sortedArray, headerProps } = useSort(computed(() => props.items
- +
@@ -87,7 +87,7 @@ const { sortedArray, headerProps } = useSort(computed(() => props.items {{ formatIsk(r.q3) }} {{ percentFormater.format(r.percent) }} - + diff --git a/src/style.css b/src/style.css index e681938..fac256f 100644 --- a/src/style.css +++ b/src/style.css @@ -42,7 +42,7 @@ border-radius: 5px; } .btn-icon { - @apply p-0 border-none bg-transparent hover:text-slate-400; + @apply p-0 border-none bg-transparent hover:text-slate-400 hover:bg-transparent; > svg { @apply w-6 h-6 hover:text-slate-400; }