Skip to content

Commit

Permalink
Merge pull request #1600 from dbauszus-glx/dialog-background-colour-css
Browse files Browse the repository at this point in the history
Dialog element should not have #fff background colour.
  • Loading branch information
dbauszus-glx authored Oct 25, 2024
2 parents c2f76ff + 97ff59b commit f2bb57f
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 192 deletions.
2 changes: 0 additions & 2 deletions public/css/_dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dialog>button.close {

dialog.dialog {
position: absolute;
background-color: #fff;
border: none !important;
border-radius: 2px;
cursor: grab;
Expand All @@ -24,7 +23,6 @@ dialog.dialog {

dialog.modal {
position: fixed;
background-color: #fff;
border: none !important;
border-radius: 2px;
text-wrap: wrap;
Expand Down
Loading

0 comments on commit f2bb57f

Please sign in to comment.