Coding standards: Fix incorrect CSS rgba() values.

Also, fixes some indentation where spaces were used instead of tabs.

Props nielslange, mukesh27.
Fixes #45937.

Built from https://develop.svn.wordpress.org/trunk@44791


git-svn-id: http://core.svn.wordpress.org/trunk@44623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-03-04 22:02:52 +00:00
parent 3a2a5431f1
commit 957ad84b81
58 changed files with 408 additions and 402 deletions

View File

@ -67,9 +67,9 @@
padding: 40px 10px 15px; padding: 40px 10px 15px;
overflow: auto; overflow: auto;
box-sizing: border-box; box-sizing: border-box;
background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent); background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
font-weight: 600; font-weight: 600;
text-shadow: 0px 0px 5px rgba(0,0,0,.75); text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
} }
.about-wrap .jetpack-video-wrapper { .about-wrap .jetpack-video-wrapper {

View File

@ -67,9 +67,9 @@
padding: 40px 10px 15px; padding: 40px 10px 15px;
overflow: auto; overflow: auto;
box-sizing: border-box; box-sizing: border-box;
background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent); background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
font-weight: 600; font-weight: 600;
text-shadow: 0px 0px 5px rgba(0,0,0,.75); text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
} }
.about-wrap .jetpack-video-wrapper { .about-wrap .jetpack-video-wrapper {

View File

@ -63,7 +63,7 @@
} }
.wrap .CodeMirror .CodeMirror-matchingbracket { .wrap .CodeMirror .CodeMirror-matchingbracket {
background: rgba(255, 150, 0, .3); background: rgba(255, 150, 0, 0.3);
color: inherit; color: inherit;
} }

View File

@ -63,7 +63,7 @@
} }
.wrap .CodeMirror .CodeMirror-matchingbracket { .wrap .CodeMirror .CodeMirror-matchingbracket {
background: rgba(255, 150, 0, .3); background: rgba(255, 150, 0, 0.3);
color: inherit; color: inherit;
} }

View File

@ -45,7 +45,7 @@
.wp-color-result:focus { .wp-color-result:focus {
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
} }
.wp-color-result:active { .wp-color-result:active {
@ -115,14 +115,14 @@
.iris-picker .iris-strip .ui-slider-handle:focus { .iris-picker .iris-strip .ui-slider-handle:focus {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.iris-picker .iris-palette:focus { .iris-picker .iris-palette:focus {
box-shadow: box-shadow:
inset 0 0 5px rgba(0,0,0,.4), inset 0 0 5px rgba(0, 0, 0, 0.4),
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
@media screen and (max-width: 782px) { @media screen and (max-width: 782px) {

View File

@ -45,7 +45,7 @@
.wp-color-result:focus { .wp-color-result:focus {
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
} }
.wp-color-result:active { .wp-color-result:active {
@ -115,14 +115,14 @@
.iris-picker .iris-strip .ui-slider-handle:focus { .iris-picker .iris-strip .ui-slider-handle:focus {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.iris-picker .iris-palette:focus { .iris-picker .iris-palette:focus {
box-shadow: box-shadow:
inset 0 0 5px rgba(0,0,0,.4), inset 0 0 5px rgba(0, 0, 0, 0.4),
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
@media screen and (max-width: 782px) { @media screen and (max-width: 782px) {

View File

@ -156,7 +156,7 @@
color: #0073aa; color: #0073aa;
z-index: 100000; z-index: 100000;
line-height: normal; line-height: normal;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
text-decoration: none; text-decoration: none;
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 2px solid transparent; outline: 2px solid transparent;
@ -274,7 +274,7 @@ a:focus .media-icon img,
color: #124964; color: #124964;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 1px solid transparent; outline: 1px solid transparent;
} }
@ -831,7 +831,7 @@ img.emoji {
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before { .tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.key-labels label { .key-labels label {
@ -1430,7 +1430,7 @@ div.error p,
.notice-dismiss:focus { .notice-dismiss:focus {
outline: none; outline: none;
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.ie8 .notice-dismiss:focus { .ie8 .notice-dismiss:focus {
@ -1670,7 +1670,7 @@ form.upgrade .hint {
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-top: none; border-top: none;
box-shadow: 0 1px 0 rgba(0,0,0,.025); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
} }
#screen-options-link-wrap, #screen-options-link-wrap,
@ -3050,7 +3050,7 @@ img {
.js .postbox .handlediv:focus .toggle-indicator:before { .js .postbox .handlediv:focus .toggle-indicator:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
/* @todo: appears to be Press This only and overridden */ /* @todo: appears to be Press This only and overridden */
@ -3145,7 +3145,7 @@ img {
} }
[role="treeitem"] .folder-label.focus { [role="treeitem"] .folder-label.focus {
color: #124964; color: #124964;
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
[role="treeitem"].hover, [role="treeitem"].hover,
[role="treeitem"] .folder-label.hover { [role="treeitem"] .folder-label.hover {
@ -3374,7 +3374,7 @@ img {
.widget-top .widget-action:focus .toggle-indicator:before { .widget-top .widget-action:focus .toggle-indicator:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30,140,190,.8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.control-section .accordion-section-title:after, .control-section .accordion-section-title:after,

View File

@ -156,7 +156,7 @@
color: #0073aa; color: #0073aa;
z-index: 100000; z-index: 100000;
line-height: normal; line-height: normal;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
text-decoration: none; text-decoration: none;
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 2px solid transparent; outline: 2px solid transparent;
@ -274,7 +274,7 @@ a:focus .media-icon img,
color: #124964; color: #124964;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 1px solid transparent; outline: 1px solid transparent;
} }
@ -831,7 +831,7 @@ img.emoji {
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before { .tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.key-labels label { .key-labels label {
@ -1430,7 +1430,7 @@ div.error p,
.notice-dismiss:focus { .notice-dismiss:focus {
outline: none; outline: none;
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.ie8 .notice-dismiss:focus { .ie8 .notice-dismiss:focus {
@ -1670,7 +1670,7 @@ form.upgrade .hint {
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-top: none; border-top: none;
box-shadow: 0 1px 0 rgba(0,0,0,.025); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
} }
#screen-options-link-wrap, #screen-options-link-wrap,
@ -3050,7 +3050,7 @@ img {
.js .postbox .handlediv:focus .toggle-indicator:before { .js .postbox .handlediv:focus .toggle-indicator:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
/* @todo: appears to be Press This only and overridden */ /* @todo: appears to be Press This only and overridden */
@ -3145,7 +3145,7 @@ img {
} }
[role="treeitem"] .folder-label.focus { [role="treeitem"] .folder-label.focus {
color: #124964; color: #124964;
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
[role="treeitem"].hover, [role="treeitem"].hover,
[role="treeitem"] .folder-label.hover { [role="treeitem"] .folder-label.hover {
@ -3374,7 +3374,7 @@ img {
.widget-top .widget-action:focus .toggle-indicator:before { .widget-top .widget-action:focus .toggle-indicator:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30,140,190,.8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.control-section .accordion-section-title:after, .control-section .accordion-section-title:after,

View File

@ -392,7 +392,7 @@ body.trashing #publish-settings {
position: absolute; position: absolute;
z-index: 9; z-index: 9;
width: 100%; width: 100%;
box-shadow: 0 1px 0 rgba(0, 0, 0, .1); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
} }
#customize-controls .customize-section-title.is-in-view { #customize-controls .customize-section-title.is-in-view {
@ -1532,7 +1532,7 @@ p.customize-section-description {
outline: none; outline: none;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 3px 1px rgba(30, 140, 190, .8); 0 0 3px 1px rgba(30, 140, 190, 0.8);
} }
.customize-control-header .uploaded div:last-child > .choice { .customize-control-header .uploaded div:last-child > .choice {
@ -2643,7 +2643,7 @@ body.adding-widget .add-new-widget:before,
#available-menu-items-search .clear-results:focus { #available-menu-items-search .clear-results:focus {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
#available-menu-items-search .search-icon:after, #available-menu-items-search .search-icon:after,

View File

@ -392,7 +392,7 @@ body.trashing #publish-settings {
position: absolute; position: absolute;
z-index: 9; z-index: 9;
width: 100%; width: 100%;
box-shadow: 0 1px 0 rgba(0, 0, 0, .1); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
} }
#customize-controls .customize-section-title.is-in-view { #customize-controls .customize-section-title.is-in-view {
@ -1532,7 +1532,7 @@ p.customize-section-description {
outline: none; outline: none;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 3px 1px rgba(30, 140, 190, .8); 0 0 3px 1px rgba(30, 140, 190, 0.8);
} }
.customize-control-header .uploaded div:last-child > .choice { .customize-control-header .uploaded div:last-child > .choice {
@ -2643,7 +2643,7 @@ body.adding-widget .add-new-widget:before,
#available-menu-items-search .clear-results:focus { #available-menu-items-search .clear-results:focus {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
#available-menu-items-search .search-icon:after, #available-menu-items-search .search-icon:after,

View File

@ -870,7 +870,7 @@ li.assigned-to-menu-location .add-new-menu-item {
#available-menu-items .item-add:focus:before { #available-menu-items .item-add:focus:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }

View File

@ -870,7 +870,7 @@ li.assigned-to-menu-location .add-new-menu-item {
#available-menu-items .item-add:focus:before { #available-menu-items .item-add:focus:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }

View File

@ -189,7 +189,7 @@
#customize-theme-controls .widget-area-select .selected { #customize-theme-controls .widget-area-select .selected {
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.4); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
background: #00a0d2; background: #00a0d2;
} }

View File

@ -189,7 +189,7 @@
#customize-theme-controls .widget-area-select .selected { #customize-theme-controls .widget-area-select .selected {
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.4); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
background: #00a0d2; background: #00a0d2;
} }

View File

@ -27,7 +27,7 @@ a:focus {
color: #124964; color: #124964;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.ie8 a:focus { .ie8 a:focus {

View File

@ -27,7 +27,7 @@ a:focus {
color: #124964; color: #124964;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.ie8 a:focus { .ie8 a:focus {

View File

@ -506,7 +506,7 @@ th.asc a:focus span.sorting-indicator:before {
.wp-list-table .toggle-row:focus:before { .wp-list-table .toggle-row:focus:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.ie8 .wp-list-table .toggle-row:focus:before { .ie8 .wp-list-table .toggle-row:focus:before {
@ -1257,7 +1257,7 @@ ul.cat-checklist {
.plugins .plugin-title .dashicons:before { .plugins .plugin-title .dashicons:before {
padding: 2px; padding: 2px;
background-color: #eee; background-color: #eee;
box-shadow: inset 0 0 10px rgba(160,165,170,.15); box-shadow: inset 0 0 10px rgba(160, 165, 170, 0.15);
font-size: 60px; font-size: 60px;
color: #B4B9BE; color: #B4B9BE;
} }

View File

@ -506,7 +506,7 @@ th.asc a:focus span.sorting-indicator:before {
.wp-list-table .toggle-row:focus:before { .wp-list-table .toggle-row:focus:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.ie8 .wp-list-table .toggle-row:focus:before { .ie8 .wp-list-table .toggle-row:focus:before {
@ -1257,7 +1257,7 @@ ul.cat-checklist {
.plugins .plugin-title .dashicons:before { .plugins .plugin-title .dashicons:before {
padding: 2px; padding: 2px;
background-color: #eee; background-color: #eee;
box-shadow: inset 0 0 10px rgba(160,165,170,.15); box-shadow: inset 0 0 10px rgba(160, 165, 170, 0.15);
font-size: 60px; font-size: 60px;
color: #B4B9BE; color: #B4B9BE;
} }

View File

@ -37,7 +37,7 @@ a:focus {
color: #124964; color: #124964;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.ie8 a:focus { .ie8 a:focus {

View File

@ -37,7 +37,7 @@ a:focus {
color: #124964; color: #124964;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.ie8 a:focus { .ie8 a:focus {

View File

@ -312,7 +312,7 @@
#find-posts-close:focus { #find-posts-close:focus {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 2px solid transparent; outline: 2px solid transparent;
outline-offset: -2px; outline-offset: -2px;
@ -1091,7 +1091,7 @@ border color while dragging a file over the uploader drop area */
.image-editor .imgedit-settings .imgedit-help-toggle:focus { .image-editor .imgedit-settings .imgedit-help-toggle:focus {
color: #0074a2; color: #0074a2;
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 2px solid transparent; outline: 2px solid transparent;
} }

View File

@ -312,7 +312,7 @@
#find-posts-close:focus { #find-posts-close:focus {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 2px solid transparent; outline: 2px solid transparent;
outline-offset: -2px; outline-offset: -2px;
@ -1091,7 +1091,7 @@ border color while dragging a file over the uploader drop area */
.image-editor .imgedit-settings .imgedit-help-toggle:focus { .image-editor .imgedit-settings .imgedit-help-toggle:focus {
color: #0074a2; color: #0074a2;
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 2px solid transparent; outline: 2px solid transparent;
} }

View File

@ -629,7 +629,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
.nav-menus-php .item-edit:focus:before { .nav-menus-php .item-edit:focus:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
/* Menu editing */ /* Menu editing */

View File

@ -629,7 +629,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
.nav-menus-php .item-edit:focus:before { .nav-menus-php .item-edit:focus:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
/* Menu editing */ /* Menu editing */

View File

@ -569,6 +569,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
#diff-previous-revision { #diff-previous-revision {
margin-top: -1em; margin-top: -1em;
} }
.revisions-buttons { .revisions-buttons {
overflow: hidden; overflow: hidden;
margin-bottom: 15px; margin-bottom: 15px;
@ -587,11 +588,13 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
.diff-meta { .diff-meta {
overflow: hidden; overflow: hidden;
} }
table.diff { table.diff {
-ms-word-break: break-all; -ms-word-break: break-all;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
} }
.diff-meta input.restore-revision { .diff-meta input.restore-revision {
margin-top: 0; margin-top: 0;
} }

View File

@ -569,6 +569,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
#diff-previous-revision { #diff-previous-revision {
margin-top: -1em; margin-top: -1em;
} }
.revisions-buttons { .revisions-buttons {
overflow: hidden; overflow: hidden;
margin-bottom: 15px; margin-bottom: 15px;
@ -587,11 +588,13 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
.diff-meta { .diff-meta {
overflow: hidden; overflow: hidden;
} }
table.diff { table.diff {
-ms-word-break: break-all; -ms-word-break: break-all;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
} }
.diff-meta input.restore-revision { .diff-meta input.restore-revision {
margin-top: 0; margin-top: 0;
} }

View File

@ -1166,13 +1166,13 @@ div#custom-background-image img {
.background-position-control input[type="radio"]:checked ~ .button { .background-position-control input[type="radio"]:checked ~ .button {
background: #eee; background: #eee;
border-color: #999; border-color: #999;
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, .5 ); box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
z-index: 1; z-index: 1;
} }
.background-position-control input[type="radio"]:focus ~ .button { .background-position-control input[type="radio"]:focus ~ .button {
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, .5 ), 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 115, 170, 0.8);
color: #23282d; color: #23282d;
} }
@ -1529,7 +1529,7 @@ body.full-overlay-active {
.wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow { .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.wp-full-overlay .collapse-sidebar-label { .wp-full-overlay .collapse-sidebar-label {

View File

@ -1166,13 +1166,13 @@ div#custom-background-image img {
.background-position-control input[type="radio"]:checked ~ .button { .background-position-control input[type="radio"]:checked ~ .button {
background: #eee; background: #eee;
border-color: #999; border-color: #999;
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, .5 ); box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
z-index: 1; z-index: 1;
} }
.background-position-control input[type="radio"]:focus ~ .button { .background-position-control input[type="radio"]:focus ~ .button {
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, .5 ), 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 115, 170, 0.8);
color: #23282d; color: #23282d;
} }
@ -1529,7 +1529,7 @@ body.full-overlay-active {
.wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow { .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.wp-full-overlay .collapse-sidebar-label { .wp-full-overlay .collapse-sidebar-label {

View File

@ -222,7 +222,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: rgba( 0, 0, 0, .5 ); background-color: rgba(0, 0, 0, 0.5);
} }
.media-widget-gallery-preview .gallery-icon-placeholder-text { .media-widget-gallery-preview .gallery-icon-placeholder-text {
@ -308,7 +308,7 @@
.sidebar-name .handlediv:focus .toggle-indicator:before { .sidebar-name .handlediv:focus .toggle-indicator:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.sidebar-name h2, .sidebar-name h2,

View File

@ -222,7 +222,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: rgba( 0, 0, 0, .5 ); background-color: rgba(0, 0, 0, 0.5);
} }
.media-widget-gallery-preview .gallery-icon-placeholder-text { .media-widget-gallery-preview .gallery-icon-placeholder-text {
@ -308,7 +308,7 @@
.sidebar-name .handlediv:focus .toggle-indicator:before { .sidebar-name .handlediv:focus .toggle-indicator:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.sidebar-name h2, .sidebar-name h2,

View File

@ -726,7 +726,7 @@ html:lang(he-il) .rtl #wpadminbar * {
z-index: 100000; z-index: 100000;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
} }
/** /**

View File

@ -726,7 +726,7 @@ html:lang(he-il) .rtl #wpadminbar * {
z-index: 100000; z-index: 100000;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
} }
/** /**

View File

@ -149,7 +149,7 @@ TABLE OF CONTENTS:
.wp-core-ui .button:focus, .wp-core-ui .button:focus,
.wp-core-ui .button-secondary:focus { .wp-core-ui .button-secondary:focus {
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
} }
.wp-core-ui .button.active, .wp-core-ui .button.active,
@ -166,7 +166,7 @@ TABLE OF CONTENTS:
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: box-shadow:
inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), inset 0 2px 5px -3px rgba(0, 0, 0, 0.5),
0 0 3px rgba( 0, 115, 170, .8 ); 0 0 3px rgba(0, 115, 170, 0.8);
} }
.wp-core-ui .button[disabled], .wp-core-ui .button[disabled],
@ -212,7 +212,7 @@ TABLE OF CONTENTS:
color: #124964; color: #124964;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 1px solid transparent; outline: 1px solid transparent;
} }

View File

@ -149,7 +149,7 @@ TABLE OF CONTENTS:
.wp-core-ui .button:focus, .wp-core-ui .button:focus,
.wp-core-ui .button-secondary:focus { .wp-core-ui .button-secondary:focus {
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
} }
.wp-core-ui .button.active, .wp-core-ui .button.active,
@ -166,7 +166,7 @@ TABLE OF CONTENTS:
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: box-shadow:
inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), inset 0 2px 5px -3px rgba(0, 0, 0, 0.5),
0 0 3px rgba( 0, 115, 170, .8 ); 0 0 3px rgba(0, 115, 170, 0.8);
} }
.wp-core-ui .button[disabled], .wp-core-ui .button[disabled],
@ -212,7 +212,7 @@ TABLE OF CONTENTS:
color: #124964; color: #124964;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 1px solid transparent; outline: 1px solid transparent;
} }

View File

@ -88,7 +88,7 @@
.mce-window-head .mce-close:focus .mce-i-remove, .mce-window-head .mce-close:focus .mce-i-remove,
div.mce-tab:focus { div.mce-tab:focus {
box-shadow: 0 0 0 1px #5b9dd9, box-shadow: 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.mce-window .mce-window-head .mce-dragh { .mce-window .mce-window-head .mce-dragh {
@ -534,7 +534,7 @@ div.mce-path {
direction: rtl; direction: rtl;
background: #fff; background: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2); box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
} }
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover, .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
@ -639,7 +639,7 @@ div.mce-menubar {
color: #124964; color: #124964;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
div.mce-menu .mce-menu-item-sep, div.mce-menu .mce-menu-item-sep,
@ -711,7 +711,7 @@ div.mce-menu .mce-menu-item-sep,
.mce-window .mce-btn:focus { .mce-window .mce-btn:focus {
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
} }
.mce-window .mce-btn:active { .mce-window .mce-btn:active {
@ -1140,7 +1140,7 @@ i.mce-i-wp_code:before {
.wp-switch-editor:focus { .wp-switch-editor:focus {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
outline: none; outline: none;
color: #23282d; color: #23282d;
} }
@ -1450,7 +1450,7 @@ i.mce-i-wp_code:before {
outline: none; outline: none;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
#wp-link-wrap #link-selector { #wp-link-wrap #link-selector {

View File

@ -88,7 +88,7 @@
.mce-window-head .mce-close:focus .mce-i-remove, .mce-window-head .mce-close:focus .mce-i-remove,
div.mce-tab:focus { div.mce-tab:focus {
box-shadow: 0 0 0 1px #5b9dd9, box-shadow: 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.mce-window .mce-window-head .mce-dragh { .mce-window .mce-window-head .mce-dragh {
@ -534,7 +534,7 @@ div.mce-path {
direction: ltr; direction: ltr;
background: #fff; background: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2); box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
} }
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover, .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
@ -639,7 +639,7 @@ div.mce-menubar {
color: #124964; color: #124964;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
div.mce-menu .mce-menu-item-sep, div.mce-menu .mce-menu-item-sep,
@ -711,7 +711,7 @@ div.mce-menu .mce-menu-item-sep,
.mce-window .mce-btn:focus { .mce-window .mce-btn:focus {
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
} }
.mce-window .mce-btn:active { .mce-window .mce-btn:active {
@ -1140,7 +1140,7 @@ i.mce-i-wp_code:before {
.wp-switch-editor:focus { .wp-switch-editor:focus {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
outline: none; outline: none;
color: #23282d; color: #23282d;
} }
@ -1450,7 +1450,7 @@ i.mce-i-wp_code:before {
outline: none; outline: none;
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
#wp-link-wrap #link-selector { #wp-link-wrap #link-selector {

View File

@ -221,7 +221,7 @@
.ui-button:focus { .ui-button:focus {
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
} }
.ui-button:active { .ui-button:active {

View File

@ -221,7 +221,7 @@
.ui-button:focus { .ui-button:focus {
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
} }
.ui-button:active { .ui-button:active {

View File

@ -47,7 +47,7 @@
.media-frame a:focus { .media-frame a:focus {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
color: #124964; color: #124964;
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 1px solid transparent; outline: 1px solid transparent;
@ -195,7 +195,7 @@
.media-modal-close:focus { .media-modal-close:focus {
color: #00a0d2; color: #00a0d2;
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 2px solid transparent; outline: 2px solid transparent;
outline-offset: -2px; outline-offset: -2px;
@ -1124,7 +1124,7 @@
.uploader-inline .close:focus { .uploader-inline .close:focus {
outline: 1px solid #5b9dd9; outline: 1px solid #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
} }
.attachments-browser.hide-sidebar .attachments, .attachments-browser.hide-sidebar .attachments,
@ -1792,7 +1792,7 @@
.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus { .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus {
color: #0074a2; color: #0074a2;
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 2px solid transparent; outline: 2px solid transparent;
} }
@ -1889,7 +1889,7 @@
.mejs-container:focus { .mejs-container:focus {
outline: 1px solid #5b9dd9; outline: 1px solid #5b9dd9;
box-shadow: 0 0 2px 1px rgba(30, 140, 190, .8); box-shadow: 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.image-details .media-modal { .image-details .media-modal {

View File

@ -47,7 +47,7 @@
.media-frame a:focus { .media-frame a:focus {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
color: #124964; color: #124964;
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 1px solid transparent; outline: 1px solid transparent;
@ -195,7 +195,7 @@
.media-modal-close:focus { .media-modal-close:focus {
color: #00a0d2; color: #00a0d2;
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 2px solid transparent; outline: 2px solid transparent;
outline-offset: -2px; outline-offset: -2px;
@ -1124,7 +1124,7 @@
.uploader-inline .close:focus { .uploader-inline .close:focus {
outline: 1px solid #5b9dd9; outline: 1px solid #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
} }
.attachments-browser.hide-sidebar .attachments, .attachments-browser.hide-sidebar .attachments,
@ -1792,7 +1792,7 @@
.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus { .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus {
color: #0074a2; color: #0074a2;
border-color: #5b9dd9; border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
/* Only visible in Windows High Contrast mode */ /* Only visible in Windows High Contrast mode */
outline: 2px solid transparent; outline: 2px solid transparent;
} }
@ -1889,7 +1889,7 @@
.mejs-container:focus { .mejs-container:focus {
outline: 1px solid #5b9dd9; outline: 1px solid #5b9dd9;
box-shadow: 0 0 2px 1px rgba(30, 140, 190, .8); box-shadow: 0 0 2px 1px rgba(30, 140, 190, 0.8);
} }
.image-details .media-modal { .image-details .media-modal {

View File

@ -70,7 +70,7 @@ body {
color: #82878c; color: #82878c;
background: #fff; background: #fff;
border: 1px solid #e5e5e5; border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
/* Clearfix */ /* Clearfix */
overflow: auto; overflow: auto;
zoom: 1; zoom: 1;
@ -216,7 +216,7 @@ p.wp-embed-heading {
.wp-embed-share-dialog-open:focus .dashicons, .wp-embed-share-dialog-open:focus .dashicons,
.wp-embed-share-dialog-close:focus .dashicons { .wp-embed-share-dialog-close:focus .dashicons {
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
border-radius: 100%; border-radius: 100%;
} }

View File

@ -3130,10 +3130,10 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) {
color: #124964; color: #124964;
-webkit-box-shadow: -webkit-box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, 0.8);
outline: none; outline: none;
} }
.button { .button {
@ -3176,8 +3176,8 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) {
.button:focus { .button:focus {
border-color: #5b9dd9; border-color: #5b9dd9;
-webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); -webkit-box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
outline: none; outline: none;
} }

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.2-alpha-44790'; $wp_version = '5.2-alpha-44791';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.