Skip to content

Commit

Permalink
Merge pull request #6225 from prudho/disabled-search
Browse files Browse the repository at this point in the history
[Search] add disabled style
  • Loading branch information
jlukic authored Mar 18, 2018
2 parents 7fab797 + c177e82 commit d6233a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/definitions/modules/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,18 @@
color: @resultActiveDescriptionColor;
}

/*--------------------
Disabled
----------------------*/

/* Disabled */
.ui.disabled.search {
cursor: default;
pointer-events: none;
opacity: @disabledOpacity;
}


/*******************************
Types
*******************************/
Expand Down

0 comments on commit d6233a3

Please sign in to comment.