From 443ef4d544d370c698ed0856481b71e489a044d8 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 19 Oct 2021 15:25:13 +0300 Subject: [PATCH] Move card disabled to card.scss --- library-css/card.scss | 6 ++++++ library.css | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/library-css/card.scss b/library-css/card.scss index 9cf7306..2ca0210 100644 --- a/library-css/card.scss +++ b/library-css/card.scss @@ -78,3 +78,9 @@ background-color: white; transform: rotateY(180deg); } + +.uk-card.disabled { + box-shadow: none; + cursor: not-allowed; +} + diff --git a/library.css b/library.css index 51a714f..68ed1af 100644 --- a/library.css +++ b/library.css @@ -766,11 +766,6 @@ dd:last-child { background-color: white; } -.portalSearchCard.disabled { - box-shadow: none; - cursor: not-allowed; -} - .badges { position: absolute; top: 0;