Skip to content

Commit

Permalink
Merge branch 'release-1.53.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bziondik committed Mar 23, 2022
2 parents 6bbf0f7 + 3b8bbda commit 2244cbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oat-sa/tao-core-ui",
"version": "1.53.0",
"version": "1.53.1",
"displayName": "TAO Core UI",
"description": "UI libraries of TAO",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion scss/inc/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ label {
}
&.disabled, &[disabled], &[readonly] {
& ~[class^="icon-"],
& ~[class*=" icon-"]{
& ~[class*=" icon-"],
& ~label {
cursor: not-allowed !important;
opacity: .4 !important;
color: #555;
Expand Down

0 comments on commit 2244cbd

Please sign in to comment.