From 931d3430184143ebd88e5243def6eb1d7acfdbf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Apr 2021 16:41:07 +0200 Subject: Move to stylelint --- client/src/app/core/hotkeys/hotkeys.component.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client/src/app/core') diff --git a/client/src/app/core/hotkeys/hotkeys.component.scss b/client/src/app/core/hotkeys/hotkeys.component.scss index a970260c9..b39ffa98d 100644 --- a/client/src/app/core/hotkeys/hotkeys.component.scss +++ b/client/src/app/core/hotkeys/hotkeys.component.scss @@ -12,16 +12,13 @@ left: 0; color: #333; font-size: 1em; - background-color: rgba(255,255,255,0.9); + background-color: rgba(255, 255, 255, 0.9); } .cfp-hotkeys-container.fade { z-index: -1024; visibility: hidden; opacity: 0; - -webkit-transition: opacity 0.15s linear; - -moz-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } -- cgit v1.2.3