Skip to content

Commit

Permalink
deploy: 5a9b92a
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Nov 21, 2024
1 parent 43e3858 commit e254a0e
Show file tree
Hide file tree
Showing 2,467 changed files with 200,651 additions and 0 deletions.
1 change: 1 addition & 0 deletions review/refactor-icon-update/annotations/annotations.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var comments = { "comments" : []};
37 changes: 37 additions & 0 deletions review/refactor-icon-update/css/dialog-polyfill.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
dialog {
position: absolute;
left: 0; right: 0;
width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content;
height: -moz-fit-content;
height: -webkit-fit-content;
height: fit-content;
margin: auto;
border: solid;
padding: 1em;
background: white;
color: black;
display: block;
}

dialog:not([open]) {
display: none;
}

dialog + .backdrop {
position: fixed;
top: 0; right: 0; bottom: 0; left: 0;
background: rgba(0,0,0,0.1);
}

._dialog_overlay {
position: fixed;
top: 0; right: 0; bottom: 0; left: 0;
}

dialog.fixed {
position: fixed;
top: 50%;
transform: translate(0, -50%);
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions review/refactor-icon-update/css/enterprise/db-ui-core.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Loading

0 comments on commit e254a0e

Please sign in to comment.