mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 17:34:45 +00:00
changed disabled class to ui-disabled, dropping the "state" portion to fit with the new conventions
This commit is contained in:
parent
7d03d097bf
commit
336dc36297
2 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@ a.ui-link-inherit { text-decoration: none !important; }
|
|||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled { cursor: default !important; opacity: .3; }
|
||||
.ui-disabled { cursor: default !important; opacity: .3; }
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
|
|
|||
|
|
@ -700,7 +700,7 @@ a.ui-link-inherit {
|
|||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled {
|
||||
.ui-disabled {
|
||||
cursor: default !important;
|
||||
opacity: .3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue