Edit File by line
/home/zeestwma/redstone.../wp-inclu.../css/dist/edit-sit...
File: posts.css
@charset "UTF-8";
[0] Fix | Delete
:root{
[1] Fix | Delete
--wp-block-synced-color:#7a00df;
[2] Fix | Delete
--wp-block-synced-color--rgb:122, 0, 223;
[3] Fix | Delete
--wp-bound-block-color:var(--wp-block-synced-color);
[4] Fix | Delete
--wp-editor-canvas-background:#ddd;
[5] Fix | Delete
--wp-admin-theme-color:#007cba;
[6] Fix | Delete
--wp-admin-theme-color--rgb:0, 124, 186;
[7] Fix | Delete
--wp-admin-theme-color-darker-10:#006ba1;
[8] Fix | Delete
--wp-admin-theme-color-darker-10--rgb:0, 107, 160.5;
[9] Fix | Delete
--wp-admin-theme-color-darker-20:#005a87;
[10] Fix | Delete
--wp-admin-theme-color-darker-20--rgb:0, 90, 135;
[11] Fix | Delete
--wp-admin-border-width-focus:2px;
[12] Fix | Delete
}
[13] Fix | Delete
@media (min-resolution:192dpi){
[14] Fix | Delete
:root{
[15] Fix | Delete
--wp-admin-border-width-focus:1.5px;
[16] Fix | Delete
}
[17] Fix | Delete
}
[18] Fix | Delete
.admin-ui-page{
[19] Fix | Delete
background-color:#fff;
[20] Fix | Delete
color:#2f2f2f;
[21] Fix | Delete
container:admin-ui-page/inline-size;
[22] Fix | Delete
display:flex;
[23] Fix | Delete
flex-flow:column;
[24] Fix | Delete
height:100%;
[25] Fix | Delete
position:relative;
[26] Fix | Delete
z-index:1;
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
@media not (prefers-reduced-motion){
[30] Fix | Delete
.admin-ui-page{
[31] Fix | Delete
transition:width .2s ease-out;
[32] Fix | Delete
}
[33] Fix | Delete
}
[34] Fix | Delete
.admin-ui-page__header{
[35] Fix | Delete
background:#fff;
[36] Fix | Delete
border-bottom:1px solid #f0f0f0;
[37] Fix | Delete
padding:16px 48px;
[38] Fix | Delete
position:sticky;
[39] Fix | Delete
top:0;
[40] Fix | Delete
}
[41] Fix | Delete
[42] Fix | Delete
@container (max-width: 430px){
[43] Fix | Delete
.admin-ui-page__header{
[44] Fix | Delete
padding:16px 24px;
[45] Fix | Delete
}
[46] Fix | Delete
}
[47] Fix | Delete
.admin-ui-page__header-subtitle{
[48] Fix | Delete
color:#757575;
[49] Fix | Delete
font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
[50] Fix | Delete
font-size:13px;
[51] Fix | Delete
font-weight:400;
[52] Fix | Delete
line-height:20px;
[53] Fix | Delete
margin:0;
[54] Fix | Delete
padding-block-end:8px;
[55] Fix | Delete
}
[56] Fix | Delete
[57] Fix | Delete
.admin-ui-page__content{
[58] Fix | Delete
display:flex;
[59] Fix | Delete
flex-direction:column;
[60] Fix | Delete
flex-grow:1;
[61] Fix | Delete
overflow:auto;
[62] Fix | Delete
}
[63] Fix | Delete
[64] Fix | Delete
.admin-ui-page__content.has-padding{
[65] Fix | Delete
padding:16px 20px;
[66] Fix | Delete
}
[67] Fix | Delete
[68] Fix | Delete
@container (max-width: 430px){
[69] Fix | Delete
.admin-ui-page__content.has-padding{
[70] Fix | Delete
padding:16px 24px;
[71] Fix | Delete
}
[72] Fix | Delete
}
[73] Fix | Delete
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{
[74] Fix | Delete
padding:0 8px;
[75] Fix | Delete
width:auto;
[76] Fix | Delete
}
[77] Fix | Delete
[78] Fix | Delete
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{
[79] Fix | Delete
display:none;
[80] Fix | Delete
}
[81] Fix | Delete
[82] Fix | Delete
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{
[83] Fix | Delete
content:attr(aria-label);
[84] Fix | Delete
font-size:12px;
[85] Fix | Delete
}
[86] Fix | Delete
.dataviews-picker-wrapper,.dataviews-wrapper{
[87] Fix | Delete
box-sizing:border-box;
[88] Fix | Delete
container:dataviews-wrapper/inline-size;
[89] Fix | Delete
display:flex;
[90] Fix | Delete
flex-direction:column;
[91] Fix | Delete
font-size:13px;
[92] Fix | Delete
height:100%;
[93] Fix | Delete
line-height:1.4;
[94] Fix | Delete
overflow:auto;
[95] Fix | Delete
scroll-padding-bottom:64px;
[96] Fix | Delete
}
[97] Fix | Delete
[98] Fix | Delete
.dataviews-filters__container,.dataviews__view-actions{
[99] Fix | Delete
box-sizing:border-box;
[100] Fix | Delete
flex-shrink:0;
[101] Fix | Delete
left:0;
[102] Fix | Delete
padding:16px 48px;
[103] Fix | Delete
position:sticky;
[104] Fix | Delete
}
[105] Fix | Delete
[106] Fix | Delete
@media not (prefers-reduced-motion){
[107] Fix | Delete
.dataviews-filters__container,.dataviews__view-actions{
[108] Fix | Delete
transition:padding .1s ease-out;
[109] Fix | Delete
}
[110] Fix | Delete
}
[111] Fix | Delete
.dataviews-loading,.dataviews-no-results{
[112] Fix | Delete
align-items:center;
[113] Fix | Delete
display:flex;
[114] Fix | Delete
flex-grow:1;
[115] Fix | Delete
justify-content:center;
[116] Fix | Delete
padding:0 48px;
[117] Fix | Delete
}
[118] Fix | Delete
[119] Fix | Delete
@media not (prefers-reduced-motion){
[120] Fix | Delete
.dataviews-loading,.dataviews-no-results{
[121] Fix | Delete
transition:padding .1s ease-out;
[122] Fix | Delete
}
[123] Fix | Delete
}
[124] Fix | Delete
.dataviews-loading-more{
[125] Fix | Delete
text-align:center;
[126] Fix | Delete
}
[127] Fix | Delete
[128] Fix | Delete
@container (max-width: 430px){
[129] Fix | Delete
.dataviews-filters__container,.dataviews__view-actions{
[130] Fix | Delete
padding:12px 24px;
[131] Fix | Delete
}
[132] Fix | Delete
.dataviews-loading,.dataviews-no-results{
[133] Fix | Delete
padding-left:24px;
[134] Fix | Delete
padding-right:24px;
[135] Fix | Delete
}
[136] Fix | Delete
}
[137] Fix | Delete
.dataviews-title-field{
[138] Fix | Delete
font-size:13px;
[139] Fix | Delete
font-weight:500;
[140] Fix | Delete
width:100%;
[141] Fix | Delete
}
[142] Fix | Delete
[143] Fix | Delete
.dataviews-title-field,.dataviews-title-field a{
[144] Fix | Delete
color:#2f2f2f;
[145] Fix | Delete
text-overflow:ellipsis;
[146] Fix | Delete
white-space:nowrap;
[147] Fix | Delete
}
[148] Fix | Delete
[149] Fix | Delete
.dataviews-title-field a{
[150] Fix | Delete
display:block;
[151] Fix | Delete
flex-grow:0;
[152] Fix | Delete
overflow:hidden;
[153] Fix | Delete
text-decoration:none;
[154] Fix | Delete
}
[155] Fix | Delete
[156] Fix | Delete
.dataviews-title-field a:hover{
[157] Fix | Delete
color:var(--wp-admin-theme-color);
[158] Fix | Delete
}
[159] Fix | Delete
[160] Fix | Delete
.dataviews-title-field a:focus{
[161] Fix | Delete
border-radius:2px;
[162] Fix | Delete
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
[163] Fix | Delete
color:var(--wp-admin-theme-color--rgb);
[164] Fix | Delete
}
[165] Fix | Delete
[166] Fix | Delete
.dataviews-title-field button.components-button.is-link{
[167] Fix | Delete
color:#1e1e1e;
[168] Fix | Delete
display:block;
[169] Fix | Delete
font-weight:inherit;
[170] Fix | Delete
overflow:hidden;
[171] Fix | Delete
text-decoration:none;
[172] Fix | Delete
text-overflow:ellipsis;
[173] Fix | Delete
white-space:nowrap;
[174] Fix | Delete
width:100%;
[175] Fix | Delete
}
[176] Fix | Delete
[177] Fix | Delete
.dataviews-title-field button.components-button.is-link:hover{
[178] Fix | Delete
color:var(--wp-admin-theme-color);
[179] Fix | Delete
}
[180] Fix | Delete
[181] Fix | Delete
.dataviews-title-field--clickable{
[182] Fix | Delete
color:#2f2f2f;
[183] Fix | Delete
cursor:pointer;
[184] Fix | Delete
}
[185] Fix | Delete
[186] Fix | Delete
.dataviews-title-field--clickable:hover{
[187] Fix | Delete
color:var(--wp-admin-theme-color);
[188] Fix | Delete
}
[189] Fix | Delete
[190] Fix | Delete
.dataviews-title-field--clickable:focus{
[191] Fix | Delete
border-radius:2px;
[192] Fix | Delete
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
[193] Fix | Delete
color:var(--wp-admin-theme-color--rgb);
[194] Fix | Delete
}
[195] Fix | Delete
.components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){
[196] Fix | Delete
overflow:hidden;
[197] Fix | Delete
padding:8px 0 0;
[198] Fix | Delete
}
[199] Fix | Delete
[200] Fix | Delete
.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews__view-actions,.components-card__body:has(>.dataviews-wrapper) .dataviews-filters__container,.components-card__body:has(>.dataviews-wrapper) .dataviews-footer,.components-card__body:has(>.dataviews-wrapper) .dataviews-loading,.components-card__body:has(>.dataviews-wrapper) .dataviews-no-results,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-grid,.components-card__body:has(>.dataviews-wrapper) .dataviews__view-actions{
[201] Fix | Delete
padding-inline:24px;
[202] Fix | Delete
}
[203] Fix | Delete
[204] Fix | Delete
.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:first-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:first-child{
[205] Fix | Delete
padding-inline-start:24px;
[206] Fix | Delete
}
[207] Fix | Delete
[208] Fix | Delete
.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-picker-wrapper) .dataviews-view-table tr th:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr td:last-child,.components-card__body:has(>.dataviews-wrapper) .dataviews-view-table tr th:last-child{
[209] Fix | Delete
padding-inline-end:24px;
[210] Fix | Delete
}
[211] Fix | Delete
[212] Fix | Delete
.dataviews-bulk-actions-footer__item-count{
[213] Fix | Delete
color:#1e1e1e;
[214] Fix | Delete
font-size:11px;
[215] Fix | Delete
font-weight:500;
[216] Fix | Delete
text-transform:uppercase;
[217] Fix | Delete
}
[218] Fix | Delete
[219] Fix | Delete
.dataviews-bulk-actions-footer__container{
[220] Fix | Delete
margin-right:auto;
[221] Fix | Delete
min-height:32px;
[222] Fix | Delete
}
[223] Fix | Delete
[224] Fix | Delete
.dataviews-filters__button{
[225] Fix | Delete
position:relative;
[226] Fix | Delete
}
[227] Fix | Delete
[228] Fix | Delete
.dataviews-filters__container{
[229] Fix | Delete
padding-top:0;
[230] Fix | Delete
}
[231] Fix | Delete
[232] Fix | Delete
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{
[233] Fix | Delete
opacity:0;
[234] Fix | Delete
}
[235] Fix | Delete
[236] Fix | Delete
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{
[237] Fix | Delete
opacity:1;
[238] Fix | Delete
}
[239] Fix | Delete
[240] Fix | Delete
.dataviews-filters__summary-popover{
[241] Fix | Delete
font-size:13px;
[242] Fix | Delete
line-height:1.4;
[243] Fix | Delete
}
[244] Fix | Delete
[245] Fix | Delete
.dataviews-filters__summary-popover .components-popover__content{
[246] Fix | Delete
border-radius:4px;
[247] Fix | Delete
max-width:250px;
[248] Fix | Delete
min-width:230px;
[249] Fix | Delete
width:100%;
[250] Fix | Delete
}
[251] Fix | Delete
[252] Fix | Delete
.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{
[253] Fix | Delete
padding:0;
[254] Fix | Delete
}
[255] Fix | Delete
[256] Fix | Delete
.dataviews-filters__summary-operators-container{
[257] Fix | Delete
padding:8px 16px;
[258] Fix | Delete
}
[259] Fix | Delete
[260] Fix | Delete
.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){
[261] Fix | Delete
border-bottom:1px solid #e0e0e0;
[262] Fix | Delete
}
[263] Fix | Delete
[264] Fix | Delete
.dataviews-filters__summary-operators-container:empty{
[265] Fix | Delete
display:none;
[266] Fix | Delete
}
[267] Fix | Delete
[268] Fix | Delete
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{
[269] Fix | Delete
color:#757575;
[270] Fix | Delete
flex-shrink:0;
[271] Fix | Delete
max-width:calc(100% - 55px);
[272] Fix | Delete
overflow:hidden;
[273] Fix | Delete
text-overflow:ellipsis;
[274] Fix | Delete
white-space:nowrap;
[275] Fix | Delete
}
[276] Fix | Delete
[277] Fix | Delete
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{
[278] Fix | Delete
overflow:hidden;
[279] Fix | Delete
white-space:nowrap;
[280] Fix | Delete
width:100%;
[281] Fix | Delete
}
[282] Fix | Delete
[283] Fix | Delete
.dataviews-filters__summary-chip-container{
[284] Fix | Delete
position:relative;
[285] Fix | Delete
white-space:pre-wrap;
[286] Fix | Delete
}
[287] Fix | Delete
[288] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{
[289] Fix | Delete
align-items:center;
[290] Fix | Delete
background:#f0f0f0;
[291] Fix | Delete
border:1px solid #0000;
[292] Fix | Delete
border-radius:16px;
[293] Fix | Delete
box-sizing:border-box;
[294] Fix | Delete
color:#2f2f2f;
[295] Fix | Delete
cursor:pointer;
[296] Fix | Delete
display:flex;
[297] Fix | Delete
min-height:32px;
[298] Fix | Delete
padding:4px 12px;
[299] Fix | Delete
position:relative;
[300] Fix | Delete
}
[301] Fix | Delete
[302] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{
[303] Fix | Delete
cursor:default;
[304] Fix | Delete
}
[305] Fix | Delete
[306] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{
[307] Fix | Delete
padding-inline-end:28px;
[308] Fix | Delete
}
[309] Fix | Delete
[310] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{
[311] Fix | Delete
background:#e0e0e0;
[312] Fix | Delete
color:#1e1e1e;
[313] Fix | Delete
}
[314] Fix | Delete
[315] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{
[316] Fix | Delete
background:rgba(var(--wp-admin-theme-color--rgb), .04);
[317] Fix | Delete
color:var(--wp-admin-theme-color);
[318] Fix | Delete
}
[319] Fix | Delete
[320] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{
[321] Fix | Delete
background:rgba(var(--wp-admin-theme-color--rgb), .12);
[322] Fix | Delete
}
[323] Fix | Delete
[324] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{
[325] Fix | Delete
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
[326] Fix | Delete
outline:none;
[327] Fix | Delete
}
[328] Fix | Delete
[329] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{
[330] Fix | Delete
font-weight:500;
[331] Fix | Delete
}
[332] Fix | Delete
[333] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{
[334] Fix | Delete
align-items:center;
[335] Fix | Delete
background:#0000;
[336] Fix | Delete
border:0;
[337] Fix | Delete
border-radius:50%;
[338] Fix | Delete
cursor:pointer;
[339] Fix | Delete
display:flex;
[340] Fix | Delete
height:24px;
[341] Fix | Delete
justify-content:center;
[342] Fix | Delete
padding:0;
[343] Fix | Delete
position:absolute;
[344] Fix | Delete
right:4px;
[345] Fix | Delete
top:50%;
[346] Fix | Delete
transform:translateY(-50%);
[347] Fix | Delete
width:24px;
[348] Fix | Delete
}
[349] Fix | Delete
[350] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{
[351] Fix | Delete
fill:#757575;
[352] Fix | Delete
}
[353] Fix | Delete
[354] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{
[355] Fix | Delete
background:#e0e0e0;
[356] Fix | Delete
}
[357] Fix | Delete
[358] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{
[359] Fix | Delete
fill:#1e1e1e;
[360] Fix | Delete
}
[361] Fix | Delete
[362] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{
[363] Fix | Delete
fill:var(--wp-admin-theme-color);
[364] Fix | Delete
}
[365] Fix | Delete
[366] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{
[367] Fix | Delete
background:rgba(var(--wp-admin-theme-color--rgb), .08);
[368] Fix | Delete
}
[369] Fix | Delete
[370] Fix | Delete
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{
[371] Fix | Delete
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
[372] Fix | Delete
outline:none;
[373] Fix | Delete
}
[374] Fix | Delete
[375] Fix | Delete
.dataviews-filters__search-widget-filter-combobox-list{
[376] Fix | Delete
border-top:1px solid #e0e0e0;
[377] Fix | Delete
max-height:184px;
[378] Fix | Delete
overflow:auto;
[379] Fix | Delete
padding:4px;
[380] Fix | Delete
}
[381] Fix | Delete
[382] Fix | Delete
.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{
[383] Fix | Delete
font-weight:600;
[384] Fix | Delete
}
[385] Fix | Delete
[386] Fix | Delete
.dataviews-filters__search-widget-listbox{
[387] Fix | Delete
overflow:auto;
[388] Fix | Delete
padding:4px;
[389] Fix | Delete
}
[390] Fix | Delete
[391] Fix | Delete
.dataviews-filters__search-widget-listitem{
[392] Fix | Delete
align-items:center;
[393] Fix | Delete
border-radius:2px;
[394] Fix | Delete
box-sizing:border-box;
[395] Fix | Delete
cursor:default;
[396] Fix | Delete
display:flex;
[397] Fix | Delete
font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
[398] Fix | Delete
font-size:13px;
[399] Fix | Delete
font-weight:400;
[400] Fix | Delete
gap:8px;
[401] Fix | Delete
line-height:20px;
[402] Fix | Delete
min-height:32px;
[403] Fix | Delete
padding:4px 12px;
[404] Fix | Delete
}
[405] Fix | Delete
[406] Fix | Delete
.dataviews-filters__search-widget-listitem:last-child{
[407] Fix | Delete
margin-block-end:0;
[408] Fix | Delete
}
[409] Fix | Delete
[410] Fix | Delete
.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{
[411] Fix | Delete
background-color:var(--wp-admin-theme-color);
[412] Fix | Delete
color:#fff;
[413] Fix | Delete
}
[414] Fix | Delete
[415] Fix | Delete
.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{
[416] Fix | Delete
color:#fff;
[417] Fix | Delete
}
[418] Fix | Delete
[419] Fix | Delete
.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{
[420] Fix | Delete
background:#fff;
[421] Fix | Delete
border-color:var(--wp-admin-theme-color-darker-20, #183ad6);
[422] Fix | Delete
}
[423] Fix | Delete
[424] Fix | Delete
.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{
[425] Fix | Delete
background:var(--wp-admin-theme-color-darker-20, #183ad6);
[426] Fix | Delete
border-color:var(--wp-admin-theme-color-darker-20, #183ad6);
[427] Fix | Delete
}
[428] Fix | Delete
[429] Fix | Delete
.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{
[430] Fix | Delete
border-color:var(--wp-admin-theme-color-darker-20, #183ad6);
[431] Fix | Delete
}
[432] Fix | Delete
[433] Fix | Delete
.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{
[434] Fix | Delete
background:var(--wp-admin-theme-color-darker-20, #183ad6);
[435] Fix | Delete
border-color:var(--wp-admin-theme-color-darker-20, #183ad6);
[436] Fix | Delete
}
[437] Fix | Delete
[438] Fix | Delete
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{
[439] Fix | Delete
color:#757575;
[440] Fix | Delete
display:block;
[441] Fix | Delete
font-size:12px;
[442] Fix | Delete
line-height:16px;
[443] Fix | Delete
overflow:hidden;
[444] Fix | Delete
text-overflow:ellipsis;
[445] Fix | Delete
}
[446] Fix | Delete
[447] Fix | Delete
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{
[448] Fix | Delete
border:1px solid #1e1e1e;
[449] Fix | Delete
border-radius:50%;
[450] Fix | Delete
height:24px;
[451] Fix | Delete
margin-right:12px;
[452] Fix | Delete
max-width:24px;
[453] Fix | Delete
min-width:24px;
[454] Fix | Delete
position:relative;
[455] Fix | Delete
transition:none;
[456] Fix | Delete
width:24px;
[457] Fix | Delete
}
[458] Fix | Delete
[459] Fix | Delete
@media not (prefers-reduced-motion){
[460] Fix | Delete
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{
[461] Fix | Delete
transition:box-shadow .1s linear;
[462] Fix | Delete
}
[463] Fix | Delete
}
[464] Fix | Delete
@media (min-width:600px){
[465] Fix | Delete
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{
[466] Fix | Delete
height:16px;
[467] Fix | Delete
max-width:16px;
[468] Fix | Delete
min-width:16px;
[469] Fix | Delete
width:16px;
[470] Fix | Delete
}
[471] Fix | Delete
}
[472] Fix | Delete
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{
[473] Fix | Delete
background-color:#fff;
[474] Fix | Delete
border:4px solid #fff;
[475] Fix | Delete
box-sizing:inherit;
[476] Fix | Delete
height:12px;
[477] Fix | Delete
left:50%;
[478] Fix | Delete
margin:0;
[479] Fix | Delete
position:absolute;
[480] Fix | Delete
top:50%;
[481] Fix | Delete
transform:translate(-50%, -50%);
[482] Fix | Delete
width:12px;
[483] Fix | Delete
}
[484] Fix | Delete
[485] Fix | Delete
@media (min-width:600px){
[486] Fix | Delete
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{
[487] Fix | Delete
height:8px;
[488] Fix | Delete
width:8px;
[489] Fix | Delete
}
[490] Fix | Delete
}
[491] Fix | Delete
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{
[492] Fix | Delete
box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
[493] Fix | Delete
outline:2px solid #0000;
[494] Fix | Delete
}
[495] Fix | Delete
[496] Fix | Delete
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{
[497] Fix | Delete
background:var(--wp-admin-theme-color);
[498] Fix | Delete
border:none;
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function