Fade out disabled icons
authorAlexander Ebert <ebert@woltlab.com>
Sat, 20 Aug 2022 16:39:24 +0000 (18:39 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 20 Aug 2022 16:39:24 +0000 (18:39 +0200)
wcfsetup/install/files/style/font-awesome/000-woltlab.scss

index 85d51c76f492bbe9c439a85aadf432d202cc9181..03d43e20e5477fac46eb188313e755083332636b 100644 (file)
@@ -93,6 +93,10 @@ fa-icon {
   }
 }
 
+.disabled fa-icon {
+  opacity: .45;
+}
+
 /* @deprecated 6.0 Use the new icons instead, `.icon` is now just an easy-to-spot reminder. */
 .icon {
   align-items: center;