Edit File by line
/home/barbar84/www/wp-inclu.../css/dist/componen...
File: style.css
margin-left: 12px;
[4000] Fix | Delete
}
[4001] Fix | Delete
.components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
[4002] Fix | Delete
margin-right: 12px;
[4003] Fix | Delete
}
[4004] Fix | Delete
[4005] Fix | Delete
.components-popover__content {
[4006] Fix | Delete
height: 100%;
[4007] Fix | Delete
background: #fff;
[4008] Fix | Delete
border: 1px solid #ccc;
[4009] Fix | Delete
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
[4010] Fix | Delete
border-radius: 2px;
[4011] Fix | Delete
}
[4012] Fix | Delete
.is-alternate .components-popover__content {
[4013] Fix | Delete
border: 1px solid #1e1e1e;
[4014] Fix | Delete
box-shadow: none;
[4015] Fix | Delete
}
[4016] Fix | Delete
.components-popover .components-popover__content {
[4017] Fix | Delete
position: absolute;
[4018] Fix | Delete
height: auto;
[4019] Fix | Delete
overflow-y: auto;
[4020] Fix | Delete
}
[4021] Fix | Delete
.components-popover.is-expanded .components-popover__content {
[4022] Fix | Delete
position: static;
[4023] Fix | Delete
height: calc(100% - 48px);
[4024] Fix | Delete
overflow-y: visible;
[4025] Fix | Delete
min-width: auto;
[4026] Fix | Delete
border: none;
[4027] Fix | Delete
border-top: 1px solid #1e1e1e;
[4028] Fix | Delete
}
[4029] Fix | Delete
.components-popover[data-y-axis=top] .components-popover__content {
[4030] Fix | Delete
bottom: 100%;
[4031] Fix | Delete
}
[4032] Fix | Delete
.components-popover[data-x-axis=center] .components-popover__content {
[4033] Fix | Delete
left: 50%;
[4034] Fix | Delete
transform: translateX(-50%);
[4035] Fix | Delete
}
[4036] Fix | Delete
.components-popover[data-x-axis=right] .components-popover__content {
[4037] Fix | Delete
position: absolute;
[4038] Fix | Delete
left: 100%;
[4039] Fix | Delete
}
[4040] Fix | Delete
.components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content {
[4041] Fix | Delete
margin-left: -25px;
[4042] Fix | Delete
}
[4043] Fix | Delete
.components-popover[data-x-axis=left] .components-popover__content {
[4044] Fix | Delete
position: absolute;
[4045] Fix | Delete
right: 100%;
[4046] Fix | Delete
}
[4047] Fix | Delete
.components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content {
[4048] Fix | Delete
margin-right: -25px;
[4049] Fix | Delete
}
[4050] Fix | Delete
[4051] Fix | Delete
.components-popover__header {
[4052] Fix | Delete
align-items: center;
[4053] Fix | Delete
background: #fff;
[4054] Fix | Delete
display: flex;
[4055] Fix | Delete
height: 48px;
[4056] Fix | Delete
justify-content: space-between;
[4057] Fix | Delete
padding: 0 8px 0 16px;
[4058] Fix | Delete
}
[4059] Fix | Delete
[4060] Fix | Delete
.components-popover__header-title {
[4061] Fix | Delete
overflow: hidden;
[4062] Fix | Delete
text-overflow: ellipsis;
[4063] Fix | Delete
white-space: nowrap;
[4064] Fix | Delete
width: 100%;
[4065] Fix | Delete
}
[4066] Fix | Delete
[4067] Fix | Delete
.components-popover__close.components-button {
[4068] Fix | Delete
z-index: 5;
[4069] Fix | Delete
}
[4070] Fix | Delete
[4071] Fix | Delete
/*!rtl:end:ignore*/
[4072] Fix | Delete
.components-radio-control {
[4073] Fix | Delete
display: flex;
[4074] Fix | Delete
flex-direction: column;
[4075] Fix | Delete
}
[4076] Fix | Delete
.components-radio-control .components-base-control__help {
[4077] Fix | Delete
margin-top: 0;
[4078] Fix | Delete
}
[4079] Fix | Delete
.components-radio-control .components-base-control__field {
[4080] Fix | Delete
margin-bottom: 0;
[4081] Fix | Delete
}
[4082] Fix | Delete
[4083] Fix | Delete
.components-radio-control__option:not(:last-child) {
[4084] Fix | Delete
margin-bottom: 4px;
[4085] Fix | Delete
}
[4086] Fix | Delete
[4087] Fix | Delete
.components-radio-control__input[type=radio] {
[4088] Fix | Delete
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
[4089] Fix | Delete
padding: 6px 8px;
[4090] Fix | Delete
box-shadow: 0 0 0 transparent;
[4091] Fix | Delete
transition: box-shadow 0.1s linear;
[4092] Fix | Delete
border-radius: 2px;
[4093] Fix | Delete
border: 1px solid #757575;
[4094] Fix | Delete
/* Fonts smaller than 16px causes mobile safari to zoom. */
[4095] Fix | Delete
font-size: 16px;
[4096] Fix | Delete
/* Override core line-height. To be reviewed. */
[4097] Fix | Delete
line-height: normal;
[4098] Fix | Delete
border: 1px solid #1e1e1e;
[4099] Fix | Delete
margin-right: 12px;
[4100] Fix | Delete
transition: none;
[4101] Fix | Delete
border-radius: 50%;
[4102] Fix | Delete
width: 24px;
[4103] Fix | Delete
height: 24px;
[4104] Fix | Delete
margin-top: 0;
[4105] Fix | Delete
margin-right: 6px;
[4106] Fix | Delete
}
[4107] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[4108] Fix | Delete
.components-radio-control__input[type=radio] {
[4109] Fix | Delete
transition-duration: 0s;
[4110] Fix | Delete
}
[4111] Fix | Delete
}
[4112] Fix | Delete
@media (min-width: 600px) {
[4113] Fix | Delete
.components-radio-control__input[type=radio] {
[4114] Fix | Delete
font-size: 13px;
[4115] Fix | Delete
/* Override core line-height. To be reviewed. */
[4116] Fix | Delete
line-height: normal;
[4117] Fix | Delete
}
[4118] Fix | Delete
}
[4119] Fix | Delete
.components-radio-control__input[type=radio]:focus {
[4120] Fix | Delete
border-color: #007cba;
[4121] Fix | Delete
border-color: var(--wp-admin-theme-color);
[4122] Fix | Delete
box-shadow: 0 0 0 1px #007cba;
[4123] Fix | Delete
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
[4124] Fix | Delete
outline: 2px solid transparent;
[4125] Fix | Delete
}
[4126] Fix | Delete
.components-radio-control__input[type=radio]::-webkit-input-placeholder {
[4127] Fix | Delete
color: rgba(30, 30, 30, 0.62);
[4128] Fix | Delete
}
[4129] Fix | Delete
.components-radio-control__input[type=radio]::-moz-placeholder {
[4130] Fix | Delete
opacity: 1;
[4131] Fix | Delete
color: rgba(30, 30, 30, 0.62);
[4132] Fix | Delete
}
[4133] Fix | Delete
.components-radio-control__input[type=radio]:-ms-input-placeholder {
[4134] Fix | Delete
color: rgba(30, 30, 30, 0.62);
[4135] Fix | Delete
}
[4136] Fix | Delete
.is-dark-theme .components-radio-control__input[type=radio]::-webkit-input-placeholder {
[4137] Fix | Delete
color: rgba(255, 255, 255, 0.65);
[4138] Fix | Delete
}
[4139] Fix | Delete
.is-dark-theme .components-radio-control__input[type=radio]::-moz-placeholder {
[4140] Fix | Delete
opacity: 1;
[4141] Fix | Delete
color: rgba(255, 255, 255, 0.65);
[4142] Fix | Delete
}
[4143] Fix | Delete
.is-dark-theme .components-radio-control__input[type=radio]:-ms-input-placeholder {
[4144] Fix | Delete
color: rgba(255, 255, 255, 0.65);
[4145] Fix | Delete
}
[4146] Fix | Delete
@media (min-width: 600px) {
[4147] Fix | Delete
.components-radio-control__input[type=radio] {
[4148] Fix | Delete
height: 20px;
[4149] Fix | Delete
width: 20px;
[4150] Fix | Delete
}
[4151] Fix | Delete
}
[4152] Fix | Delete
.components-radio-control__input[type=radio]:checked::before {
[4153] Fix | Delete
width: 8px;
[4154] Fix | Delete
height: 8px;
[4155] Fix | Delete
transform: translate(7px, 7px);
[4156] Fix | Delete
margin: 0;
[4157] Fix | Delete
background-color: #fff;
[4158] Fix | Delete
border: 4px solid #fff;
[4159] Fix | Delete
}
[4160] Fix | Delete
@media (min-width: 600px) {
[4161] Fix | Delete
.components-radio-control__input[type=radio]:checked::before {
[4162] Fix | Delete
transform: translate(5px, 5px);
[4163] Fix | Delete
}
[4164] Fix | Delete
}
[4165] Fix | Delete
.components-radio-control__input[type=radio]:focus {
[4166] Fix | Delete
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba;
[4167] Fix | Delete
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
[4168] Fix | Delete
outline: 2px solid transparent;
[4169] Fix | Delete
}
[4170] Fix | Delete
.components-radio-control__input[type=radio]:checked {
[4171] Fix | Delete
background: #007cba;
[4172] Fix | Delete
background: var(--wp-admin-theme-color);
[4173] Fix | Delete
border-color: #007cba;
[4174] Fix | Delete
border-color: var(--wp-admin-theme-color);
[4175] Fix | Delete
}
[4176] Fix | Delete
[4177] Fix | Delete
.components-resizable-box__handle {
[4178] Fix | Delete
display: none;
[4179] Fix | Delete
width: 23px;
[4180] Fix | Delete
height: 23px;
[4181] Fix | Delete
z-index: 2;
[4182] Fix | Delete
}
[4183] Fix | Delete
.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
[4184] Fix | Delete
display: block;
[4185] Fix | Delete
}
[4186] Fix | Delete
[4187] Fix | Delete
.components-resizable-box__handle::after {
[4188] Fix | Delete
display: block;
[4189] Fix | Delete
content: "";
[4190] Fix | Delete
width: 15px;
[4191] Fix | Delete
height: 15px;
[4192] Fix | Delete
border: 2px solid #fff;
[4193] Fix | Delete
border-radius: 50%;
[4194] Fix | Delete
background: #007cba;
[4195] Fix | Delete
background: var(--wp-admin-theme-color);
[4196] Fix | Delete
cursor: inherit;
[4197] Fix | Delete
position: absolute;
[4198] Fix | Delete
top: calc(50% - 8px);
[4199] Fix | Delete
right: calc(50% - 8px);
[4200] Fix | Delete
}
[4201] Fix | Delete
[4202] Fix | Delete
.components-resizable-box__side-handle::before {
[4203] Fix | Delete
display: block;
[4204] Fix | Delete
content: "";
[4205] Fix | Delete
width: 7px;
[4206] Fix | Delete
height: 7px;
[4207] Fix | Delete
border: 2px solid #fff;
[4208] Fix | Delete
background: #007cba;
[4209] Fix | Delete
background: var(--wp-admin-theme-color);
[4210] Fix | Delete
cursor: inherit;
[4211] Fix | Delete
position: absolute;
[4212] Fix | Delete
top: calc(50% - 4px);
[4213] Fix | Delete
right: calc(50% - 4px);
[4214] Fix | Delete
transition: transform 0.1s ease-in;
[4215] Fix | Delete
opacity: 0;
[4216] Fix | Delete
}
[4217] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[4218] Fix | Delete
.components-resizable-box__side-handle::before {
[4219] Fix | Delete
transition-duration: 0s;
[4220] Fix | Delete
}
[4221] Fix | Delete
}
[4222] Fix | Delete
[4223] Fix | Delete
.is-dark-theme .components-resizable-box__side-handle::before,
[4224] Fix | Delete
.is-dark-theme .components-resizable-box__handle::after {
[4225] Fix | Delete
border-color: #ddd;
[4226] Fix | Delete
}
[4227] Fix | Delete
[4228] Fix | Delete
.components-resizable-box__side-handle {
[4229] Fix | Delete
z-index: 2;
[4230] Fix | Delete
}
[4231] Fix | Delete
[4232] Fix | Delete
.components-resizable-box__corner-handle {
[4233] Fix | Delete
z-index: 2;
[4234] Fix | Delete
}
[4235] Fix | Delete
[4236] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-top,
[4237] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-bottom,
[4238] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-top::before,
[4239] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-bottom::before {
[4240] Fix | Delete
width: 100%;
[4241] Fix | Delete
left: 0;
[4242] Fix | Delete
border-left: 0;
[4243] Fix | Delete
border-right: 0;
[4244] Fix | Delete
}
[4245] Fix | Delete
[4246] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-left,
[4247] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-right,
[4248] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-left::before,
[4249] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-right::before {
[4250] Fix | Delete
height: 100%;
[4251] Fix | Delete
top: 0;
[4252] Fix | Delete
border-top: 0;
[4253] Fix | Delete
border-bottom: 0;
[4254] Fix | Delete
}
[4255] Fix | Delete
[4256] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before,
[4257] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before,
[4258] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-top:active::before,
[4259] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before {
[4260] Fix | Delete
animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s;
[4261] Fix | Delete
animation-fill-mode: forwards;
[4262] Fix | Delete
}
[4263] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[4264] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before,
[4265] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before,
[4266] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-top:active::before,
[4267] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before {
[4268] Fix | Delete
animation-duration: 1ms;
[4269] Fix | Delete
}
[4270] Fix | Delete
}
[4271] Fix | Delete
[4272] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before,
[4273] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before,
[4274] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-left:active::before,
[4275] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-right:active::before {
[4276] Fix | Delete
animation: components-resizable-box__left-right-animation 0.1s ease-out 0s;
[4277] Fix | Delete
animation-fill-mode: forwards;
[4278] Fix | Delete
}
[4279] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[4280] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before,
[4281] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before,
[4282] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-left:active::before,
[4283] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-right:active::before {
[4284] Fix | Delete
animation-duration: 1ms;
[4285] Fix | Delete
}
[4286] Fix | Delete
}
[4287] Fix | Delete
[4288] Fix | Delete
/* This CSS is shown only to Safari, which has a bug with table-caption making it jumpy.
[4289] Fix | Delete
See https://bugs.webkit.org/show_bug.cgi?id=187903. */
[4290] Fix | Delete
@media not all and (min-resolution: 0.001dpcm) {
[4291] Fix | Delete
@supports (-webkit-appearance: none) {
[4292] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before,
[4293] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before,
[4294] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-top:active::before,
[4295] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before {
[4296] Fix | Delete
animation: none;
[4297] Fix | Delete
}
[4298] Fix | Delete
[4299] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before,
[4300] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before,
[4301] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-left:active::before,
[4302] Fix | Delete
.components-resizable-box__side-handle.components-resizable-box__handle-right:active::before {
[4303] Fix | Delete
animation: none;
[4304] Fix | Delete
}
[4305] Fix | Delete
}
[4306] Fix | Delete
}
[4307] Fix | Delete
@keyframes components-resizable-box__top-bottom-animation {
[4308] Fix | Delete
from {
[4309] Fix | Delete
transform: scaleX(0);
[4310] Fix | Delete
opacity: 0;
[4311] Fix | Delete
}
[4312] Fix | Delete
to {
[4313] Fix | Delete
transform: scaleX(1);
[4314] Fix | Delete
opacity: 1;
[4315] Fix | Delete
}
[4316] Fix | Delete
}
[4317] Fix | Delete
@keyframes components-resizable-box__left-right-animation {
[4318] Fix | Delete
from {
[4319] Fix | Delete
transform: scaleY(0);
[4320] Fix | Delete
opacity: 0;
[4321] Fix | Delete
}
[4322] Fix | Delete
to {
[4323] Fix | Delete
transform: scaleY(1);
[4324] Fix | Delete
opacity: 1;
[4325] Fix | Delete
}
[4326] Fix | Delete
}
[4327] Fix | Delete
/*!rtl:begin:ignore*/
[4328] Fix | Delete
.components-resizable-box__handle-right {
[4329] Fix | Delete
right: calc(11.5px * -1);
[4330] Fix | Delete
}
[4331] Fix | Delete
[4332] Fix | Delete
.components-resizable-box__handle-left {
[4333] Fix | Delete
left: calc(11.5px * -1);
[4334] Fix | Delete
}
[4335] Fix | Delete
[4336] Fix | Delete
.components-resizable-box__handle-top {
[4337] Fix | Delete
top: calc(11.5px * -1);
[4338] Fix | Delete
}
[4339] Fix | Delete
[4340] Fix | Delete
.components-resizable-box__handle-bottom {
[4341] Fix | Delete
bottom: calc(11.5px * -1);
[4342] Fix | Delete
}
[4343] Fix | Delete
[4344] Fix | Delete
/*!rtl:end:ignore*/
[4345] Fix | Delete
.components-responsive-wrapper {
[4346] Fix | Delete
position: relative;
[4347] Fix | Delete
max-width: 100%;
[4348] Fix | Delete
}
[4349] Fix | Delete
.components-responsive-wrapper, .components-responsive-wrapper > span {
[4350] Fix | Delete
display: block;
[4351] Fix | Delete
}
[4352] Fix | Delete
[4353] Fix | Delete
.components-responsive-wrapper__content {
[4354] Fix | Delete
position: absolute;
[4355] Fix | Delete
top: 0;
[4356] Fix | Delete
right: 0;
[4357] Fix | Delete
bottom: 0;
[4358] Fix | Delete
left: 0;
[4359] Fix | Delete
width: 100%;
[4360] Fix | Delete
height: 100%;
[4361] Fix | Delete
margin: auto;
[4362] Fix | Delete
}
[4363] Fix | Delete
[4364] Fix | Delete
.components-sandbox {
[4365] Fix | Delete
overflow: hidden;
[4366] Fix | Delete
}
[4367] Fix | Delete
[4368] Fix | Delete
iframe.components-sandbox {
[4369] Fix | Delete
width: 100%;
[4370] Fix | Delete
}
[4371] Fix | Delete
[4372] Fix | Delete
html.lockscroll,
[4373] Fix | Delete
body.lockscroll {
[4374] Fix | Delete
overflow: hidden;
[4375] Fix | Delete
}
[4376] Fix | Delete
[4377] Fix | Delete
.components-select-control__input {
[4378] Fix | Delete
background: #fff;
[4379] Fix | Delete
height: 36px;
[4380] Fix | Delete
line-height: 36px;
[4381] Fix | Delete
margin: 1px;
[4382] Fix | Delete
outline: 0;
[4383] Fix | Delete
width: 100%;
[4384] Fix | Delete
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
[4385] Fix | Delete
}
[4386] Fix | Delete
@media (min-width: 782px) {
[4387] Fix | Delete
.components-select-control__input {
[4388] Fix | Delete
height: 28px;
[4389] Fix | Delete
line-height: 28px;
[4390] Fix | Delete
}
[4391] Fix | Delete
}
[4392] Fix | Delete
[4393] Fix | Delete
@media (max-width: 782px) {
[4394] Fix | Delete
.components-base-control .components-base-control__field .components-select-control__input {
[4395] Fix | Delete
font-size: 16px;
[4396] Fix | Delete
}
[4397] Fix | Delete
}
[4398] Fix | Delete
.components-snackbar {
[4399] Fix | Delete
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
[4400] Fix | Delete
font-size: 13px;
[4401] Fix | Delete
background-color: #1e1e1e;
[4402] Fix | Delete
border-radius: 2px;
[4403] Fix | Delete
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
[4404] Fix | Delete
color: #fff;
[4405] Fix | Delete
padding: 16px 24px;
[4406] Fix | Delete
width: 100%;
[4407] Fix | Delete
max-width: 600px;
[4408] Fix | Delete
box-sizing: border-box;
[4409] Fix | Delete
cursor: pointer;
[4410] Fix | Delete
}
[4411] Fix | Delete
@media (min-width: 600px) {
[4412] Fix | Delete
.components-snackbar {
[4413] Fix | Delete
width: -webkit-fit-content;
[4414] Fix | Delete
width: -moz-fit-content;
[4415] Fix | Delete
width: fit-content;
[4416] Fix | Delete
}
[4417] Fix | Delete
}
[4418] Fix | Delete
.components-snackbar:focus {
[4419] Fix | Delete
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba;
[4420] Fix | Delete
box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color);
[4421] Fix | Delete
}
[4422] Fix | Delete
.components-snackbar.components-snackbar-explicit-dismiss {
[4423] Fix | Delete
cursor: default;
[4424] Fix | Delete
}
[4425] Fix | Delete
.components-snackbar .components-snackbar__content-with-icon {
[4426] Fix | Delete
margin-left: 24px;
[4427] Fix | Delete
}
[4428] Fix | Delete
.components-snackbar .components-snackbar__icon {
[4429] Fix | Delete
position: absolute;
[4430] Fix | Delete
top: 24px;
[4431] Fix | Delete
left: 28px;
[4432] Fix | Delete
}
[4433] Fix | Delete
.components-snackbar .components-snackbar__dismiss-button {
[4434] Fix | Delete
margin-left: 32px;
[4435] Fix | Delete
cursor: pointer;
[4436] Fix | Delete
}
[4437] Fix | Delete
[4438] Fix | Delete
.components-snackbar__action.components-button {
[4439] Fix | Delete
margin-left: 32px;
[4440] Fix | Delete
color: #fff;
[4441] Fix | Delete
height: auto;
[4442] Fix | Delete
flex-shrink: 0;
[4443] Fix | Delete
line-height: 1.4;
[4444] Fix | Delete
padding: 0;
[4445] Fix | Delete
}
[4446] Fix | Delete
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
[4447] Fix | Delete
text-decoration: underline;
[4448] Fix | Delete
background-color: transparent;
[4449] Fix | Delete
}
[4450] Fix | Delete
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
[4451] Fix | Delete
color: #fff;
[4452] Fix | Delete
box-shadow: none;
[4453] Fix | Delete
outline: 1px dotted #fff;
[4454] Fix | Delete
}
[4455] Fix | Delete
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
[4456] Fix | Delete
color: #007cba;
[4457] Fix | Delete
color: var(--wp-admin-theme-color);
[4458] Fix | Delete
}
[4459] Fix | Delete
[4460] Fix | Delete
.components-snackbar__content {
[4461] Fix | Delete
display: flex;
[4462] Fix | Delete
align-items: baseline;
[4463] Fix | Delete
justify-content: space-between;
[4464] Fix | Delete
line-height: 1.4;
[4465] Fix | Delete
}
[4466] Fix | Delete
[4467] Fix | Delete
.components-snackbar-list {
[4468] Fix | Delete
position: absolute;
[4469] Fix | Delete
z-index: 100000;
[4470] Fix | Delete
width: 100%;
[4471] Fix | Delete
box-sizing: border-box;
[4472] Fix | Delete
}
[4473] Fix | Delete
[4474] Fix | Delete
.components-snackbar-list__notice-container {
[4475] Fix | Delete
position: relative;
[4476] Fix | Delete
padding-top: 8px;
[4477] Fix | Delete
}
[4478] Fix | Delete
[4479] Fix | Delete
.components-tab-panel__tabs {
[4480] Fix | Delete
display: flex;
[4481] Fix | Delete
align-items: stretch;
[4482] Fix | Delete
flex-direction: row;
[4483] Fix | Delete
}
[4484] Fix | Delete
.components-tab-panel__tabs[aria-orientation=vertical] {
[4485] Fix | Delete
flex-direction: column;
[4486] Fix | Delete
}
[4487] Fix | Delete
[4488] Fix | Delete
.components-tab-panel__tabs-item {
[4489] Fix | Delete
background: transparent;
[4490] Fix | Delete
border: none;
[4491] Fix | Delete
box-shadow: none;
[4492] Fix | Delete
border-radius: 0;
[4493] Fix | Delete
cursor: pointer;
[4494] Fix | Delete
height: 48px;
[4495] Fix | Delete
padding: 3px 16px;
[4496] Fix | Delete
margin-left: 0;
[4497] Fix | Delete
font-weight: 500;
[4498] Fix | Delete
transition: box-shadow 0.1s linear;
[4499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function