From 4acf4f071e29b7f28db1d65111345f1d7bfd690a Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Thu, 2 Jan 2020 10:17:11 +0100 Subject: [PATCH] Remove comments related to prefixed properties --- src/components/cardbuilder/card.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cardbuilder/card.css b/src/components/cardbuilder/card.css index e206c1fccf..39cd65ba64 100644 --- a/src/components/cardbuilder/card.css +++ b/src/components/cardbuilder/card.css @@ -79,9 +79,9 @@ button { margin: 0.6em; transition: none; border: 0 solid transparent; - /* These both are needed in case cardBox is a button */ outline: none !important; - contain: layout style; + contain: layout; + contain: style; } .card.show-focus:not(.show-animation) .cardBox {