image-button.css
Same filename in other branches
Styles for Bartik's image buttons.
File
-
core/
themes/ bartik/ css/ components/ image-button.css
View source
- /**
- * @file
- * Styles for Bartik's image buttons.
- */
-
- .image-button.is-disabled:hover,
- .image-button.is-disabled:active,
- .image-button.is-disabled:focus,
- .image-button.is-disabled {
- cursor: default;
- opacity: 0.5;
- background: transparent;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.