Update WP and plugins

This commit is contained in:
Oliver Davies 2019-04-16 20:56:22 +01:00
parent 10a4713229
commit 1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions

View file

@ -48,8 +48,9 @@
box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
outline: none;
color: #124964;
/* Only visible in Windows High Contrast mode */
outline: 1px solid transparent;
}
.media-frame a.button {
@ -195,6 +196,9 @@
color: #00a0d2;
border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
outline-offset: -2px;
}
.media-modal-close span.media-modal-icon {
@ -783,6 +787,8 @@
.media-frame select.attachment-filters:last-of-type {
margin-left: 0;
width: auto;
max-width: 100%;
}
/**
@ -835,7 +841,9 @@
box-shadow:
inset 0 0 2px 3px #fff,
inset 0 0 0 7px #5b9dd9;
outline: none;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
outline-offset: -6px;
}
.wp-core-ui .selected.attachment {
@ -911,7 +919,7 @@
top: 0;
right: 0;
width: 100%;
height: 100%; /* Fails with spaces?? Weird! */
height: 100%;
transform: translate( -50%, 50% );
}
@ -1011,6 +1019,11 @@
0 0 0 2px #0073aa;
}
.wp-core-ui .attachment.selected .check:focus {
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}
.wp-core-ui .attachment.details .check .media-modal-icon,
.wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon {
background-position: -21px 0;
@ -1110,7 +1123,7 @@
}
.uploader-inline .close:focus {
outline: 1px solid #5b9dd9;
outline: 1px solid #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
}
@ -1485,6 +1498,8 @@
box-shadow:
0 0 0 1px #fff,
0 0 2px 3px #5b9dd9;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}
.wp-core-ui .media-selection .selected.attachment {
@ -1777,8 +1792,9 @@
.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus {
color: #0074a2;
border-color: #5b9dd9;
outline: none;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}
.wp-core-ui.media-modal .imgedit-group-top .dashicons-arrow-down.imgedit-help-toggle {