From: Alexander Ebert Date: Mon, 25 Apr 2016 11:30:41 +0000 (+0200) Subject: Changed order to prefer the standards-compliant rule X-Git-Tag: 3.0.0_Beta_1~1820 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=542e3178a72d00b071462c86f6662cc9bcfd5d66;p=GitHub%2FWoltLab%2FWCF.git Changed order to prefer the standards-compliant rule --- diff --git a/wcfsetup/install/files/style/ui/userIgnore.scss b/wcfsetup/install/files/style/ui/userIgnore.scss index 97fc7cf6ba..7292c299e6 100644 --- a/wcfsetup/install/files/style/ui/userIgnore.scss +++ b/wcfsetup/install/files/style/ui/userIgnore.scss @@ -2,8 +2,8 @@ .ignoredUserContent { /* no grayscale filter in IE11 due to completely lacking support */ - filter: grayscale(100%) !important; /* Firefox, Edge */ -webkit-filter: grayscale(100%) !important; /* Chrome, Safari, Opera */ + filter: grayscale(100%) !important; /* Firefox, Edge */ &:not(:hover) { opacity: .5 !important;