Project

General

Profile

« Previous | Next » 

Revision 60544

[Library | Trunk]: Card action button css: Add disable behaviour

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/card.scss
22 22
  width: 100%;
23 23
}
24 24

  
25
.uk-card .uk-button.action.uk-disabled {
25
.uk-card .uk-button.action.uk-width-auto {
26
  width: auto;
27
}
28

  
29
.uk-card .uk-button.action:disabled {
26 30
  opacity: 0.5;
27 31
}
28 32

  
29
.uk-card .uk-button.action:hover {
33
.uk-card .uk-button.action:hover:not(:disabled) {
30 34
  box-shadow: 0 3px 6px rgba(71, 135, 230, 0.5);
31 35
}

Also available in: Unified diff