From ab5b7a5b899f2411f8d85da7f031ced444530d6d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 7 Jan 2023 16:08:10 +0100 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-button.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 650e5d6..e5d0ed6 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.116', + version: '1.0.117', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-button.ts b/ts_web/elements/dees-button.ts index ed8c31f..5a506b9 100644 --- a/ts_web/elements/dees-button.ts +++ b/ts_web/elements/dees-button.ts @@ -74,7 +74,7 @@ export class DeesButton extends DeesElement { } .button { - transition: none; + transition: all 0.1s , color 0s; position: relative; font-size: 14px; display: flex; @@ -96,9 +96,9 @@ export class DeesButton extends DeesElement { .button:hover { cursor: pointer; background: #039be5; + color: #ffffff; border: 1px solid #039be5; border-top: 1px solid #039be5; - color: #ffffff; } .button:active {