Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Nov 16, 2023
1 parent 4a8d746 commit 2fdb0e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/themes/default/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
}

.btn[disabled] {
.btn[disabled], .btn.disabled-cls {
opacity: 0.4;

&:hover {
Expand Down Expand Up @@ -272,7 +272,7 @@
}
}

.btn[disabled] {
.btn[disabled], .btn.disabled-cls {
background-color: @grey-darker !important;
opacity: 1 !important;

Expand Down
2 changes: 1 addition & 1 deletion dist/themes/default/app.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions themes/default/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
}

.btn[disabled] {
.btn[disabled], .btn.disabled-cls {
opacity: 0.4;

&:hover {
Expand Down Expand Up @@ -272,7 +272,7 @@
}
}

.btn[disabled] {
.btn[disabled], .btn.disabled-cls {
background-color: @grey-darker !important;
opacity: 1 !important;

Expand Down

0 comments on commit 2fdb0e3

Please sign in to comment.