fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-07 16:08:10 +01:00
parent 253d5623c4
commit ab5b7a5b89
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-catalog',
version: '1.0.116',
version: '1.0.117',
description: 'website for lossless.com'
}

View File

@ -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 {