Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Nov 15, 2023
1 parent fc4e84a commit 4a8d746
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions dist/themes/default/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@

.btn[disabled] {
opacity: 0.4;

&:hover {
box-shadow: none !important;
}
}

.btn-opt-warn {
Expand Down Expand Up @@ -271,6 +275,10 @@
.btn[disabled] {
background-color: @grey-darker !important;
opacity: 1 !important;

&:hover {
box-shadow: none !important;
}
}

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

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions themes/default/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@

.btn[disabled] {
opacity: 0.4;

&:hover {
box-shadow: none !important;
}
}

.btn-opt-warn {
Expand Down Expand Up @@ -271,6 +275,10 @@
.btn[disabled] {
background-color: @grey-darker !important;
opacity: 1 !important;

&:hover {
box-shadow: none !important;
}
}

.btn-cancel {
Expand Down

0 comments on commit 4a8d746

Please sign in to comment.