mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-08 17:38:26 +01:00
Help/About: Ensure that focus outline on the Credits screen is not cut off.
Props ivanzhuck, oglekler, wildworks, dhrumilk, audrasjb, tejadev, ankit-k-gupta, sumitbagthariya16, mukesh27, marybaum. Fixes #59033. Built from https://develop.svn.wordpress.org/trunk@56826 git-svn-id: http://core.svn.wordpress.org/trunk@56338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ecd4a277b7
commit
a6b095398c
@ -734,7 +734,7 @@
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
.about__section .wp-people-group-title {
|
||||
margin-bottom: calc(var(--gap) * 2);
|
||||
margin-bottom: calc(var(--gap) * 2 - 10px);
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
@ -749,7 +749,7 @@
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: var(--gap);
|
||||
margin-bottom: calc(var(--gap) - 10px);
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
}
|
||||
@ -781,8 +781,10 @@
|
||||
}
|
||||
|
||||
.about__section .wp-person .web {
|
||||
display: block;
|
||||
font-size: 1.4em;
|
||||
font-weight: 600;
|
||||
padding: 10px 10px 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/about-rtl.min.css
vendored
2
wp-admin/css/about-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -733,7 +733,7 @@
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
.about__section .wp-people-group-title {
|
||||
margin-bottom: calc(var(--gap) * 2);
|
||||
margin-bottom: calc(var(--gap) * 2 - 10px);
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
@ -748,7 +748,7 @@
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: var(--gap);
|
||||
margin-bottom: calc(var(--gap) - 10px);
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
}
|
||||
@ -780,8 +780,10 @@
|
||||
}
|
||||
|
||||
.about__section .wp-person .web {
|
||||
display: block;
|
||||
font-size: 1.4em;
|
||||
font-weight: 600;
|
||||
padding: 10px 10px 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/about.min.css
vendored
2
wp-admin/css/about.min.css
vendored
File diff suppressed because one or more lines are too long
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-beta3-56825';
|
||||
$wp_version = '6.4-beta3-56826';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user