Skip to content

Commit

Permalink
Recompile WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed Nov 6, 2023
1 parent 58164eb commit 6aade3c
Show file tree
Hide file tree
Showing 25 changed files with 242 additions and 216 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,24 +104,30 @@
opacity:1;
}
.wp-lightbox-container button{
background:#000;
align-items:center;
-webkit-backdrop-filter:blur(16px) saturate(180%);
backdrop-filter:blur(16px) saturate(180%);
background-color:rgba(90,90,90,.25);
border:none;
border-radius:10%;
border-radius:4px;
cursor:zoom-in;
height:24px;
left:10px;
display:flex;
height:20px;
justify-content:center;
left:16px;
opacity:0;
padding:0;
position:absolute;
text-align:center;
top:10px;
width:24px;
top:16px;
transition:opacity .2s ease;
width:20px;
z-index:100;
}
.wp-lightbox-container button:focus-visible{
outline:5px auto #212121;
outline:5px auto -webkit-focus-ring-color;
outline-offset:5px;
outline:3px auto rgba(90,90,90,.25);
outline:3px auto -webkit-focus-ring-color;
outline-offset:3px;
}
.wp-lightbox-container button:hover{
cursor:pointer;
Expand All @@ -131,7 +137,7 @@
opacity:1;
}
.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){
background:#000;
background-color:rgba(90,90,90,.25);
border:none;
}

Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -104,24 +104,30 @@
opacity:1;
}
.wp-lightbox-container button{
background:#000;
align-items:center;
-webkit-backdrop-filter:blur(16px) saturate(180%);
backdrop-filter:blur(16px) saturate(180%);
background-color:rgba(90,90,90,.25);
border:none;
border-radius:10%;
border-radius:4px;
cursor:zoom-in;
height:24px;
display:flex;
height:20px;
justify-content:center;
opacity:0;
padding:0;
position:absolute;
right:10px;
right:16px;
text-align:center;
top:10px;
width:24px;
top:16px;
transition:opacity .2s ease;
width:20px;
z-index:100;
}
.wp-lightbox-container button:focus-visible{
outline:5px auto #212121;
outline:5px auto -webkit-focus-ring-color;
outline-offset:5px;
outline:3px auto rgba(90,90,90,.25);
outline:3px auto -webkit-focus-ring-color;
outline-offset:3px;
}
.wp-lightbox-container button:hover{
cursor:pointer;
Expand All @@ -131,7 +137,7 @@
opacity:1;
}
.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){
background:#000;
background-color:rgba(90,90,90,.25);
border:none;
}

Expand Down
Loading

0 comments on commit 6aade3c

Please sign in to comment.