Gutenberg blocks adjustments for avoiding borders below items on third party themes #338.
This commit is contained in:
parent
2bb949ca40
commit
9f7550266a
|
@ -239,6 +239,7 @@
|
||||||
.wp-block-tainacan-collections-list ul.collections-list.collections-layout-grid li.collection-list-item a,
|
.wp-block-tainacan-collections-list ul.collections-list.collections-layout-grid li.collection-list-item a,
|
||||||
.wp-block-tainacan-collections-list ul.collections-list-edit.collections-layout-grid li.collection-list-item a {
|
.wp-block-tainacan-collections-list ul.collections-list-edit.collections-layout-grid li.collection-list-item a {
|
||||||
color: #454647;
|
color: #454647;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal; }
|
line-height: normal; }
|
||||||
.wp-block-tainacan-collections-list ul.collections-list.collections-layout-grid li.collection-list-item img,
|
.wp-block-tainacan-collections-list ul.collections-list.collections-layout-grid li.collection-list-item img,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -450,6 +450,7 @@
|
||||||
.wp-block-tainacan-dynamic-items-list ul.items-list.items-layout-grid li.item-list-item a,
|
.wp-block-tainacan-dynamic-items-list ul.items-list.items-layout-grid li.item-list-item a,
|
||||||
.wp-block-tainacan-dynamic-items-list ul.items-list-edit.items-layout-grid li.item-list-item a {
|
.wp-block-tainacan-dynamic-items-list ul.items-list-edit.items-layout-grid li.item-list-item a {
|
||||||
color: #454647;
|
color: #454647;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal; }
|
line-height: normal; }
|
||||||
.wp-block-tainacan-dynamic-items-list ul.items-list.items-layout-grid li.item-list-item img,
|
.wp-block-tainacan-dynamic-items-list ul.items-list.items-layout-grid li.item-list-item img,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -394,6 +394,7 @@
|
||||||
.wp-block-tainacan-facets-list ul.facets-list.facets-layout-grid li.facet-list-item a,
|
.wp-block-tainacan-facets-list ul.facets-list.facets-layout-grid li.facet-list-item a,
|
||||||
.wp-block-tainacan-facets-list ul.facets-list-edit.facets-layout-grid li.facet-list-item a {
|
.wp-block-tainacan-facets-list ul.facets-list-edit.facets-layout-grid li.facet-list-item a {
|
||||||
color: #454647;
|
color: #454647;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal; }
|
line-height: normal; }
|
||||||
.wp-block-tainacan-facets-list ul.facets-list.facets-layout-grid li.facet-list-item img,
|
.wp-block-tainacan-facets-list ul.facets-list.facets-layout-grid li.facet-list-item img,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -239,6 +239,7 @@
|
||||||
.wp-block-tainacan-items-list ul.items-list.items-layout-grid li.item-list-item a,
|
.wp-block-tainacan-items-list ul.items-list.items-layout-grid li.item-list-item a,
|
||||||
.wp-block-tainacan-items-list ul.items-list-edit.items-layout-grid li.item-list-item a {
|
.wp-block-tainacan-items-list ul.items-list-edit.items-layout-grid li.item-list-item a {
|
||||||
color: #454647;
|
color: #454647;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal; }
|
line-height: normal; }
|
||||||
.wp-block-tainacan-items-list ul.items-list.items-layout-grid li.item-list-item a span,
|
.wp-block-tainacan-items-list ul.items-list.items-layout-grid li.item-list-item a span,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -224,6 +224,7 @@
|
||||||
.wp-block-tainacan-terms-list ul.terms-list.terms-layout-grid li.term-list-item a,
|
.wp-block-tainacan-terms-list ul.terms-list.terms-layout-grid li.term-list-item a,
|
||||||
.wp-block-tainacan-terms-list ul.terms-list-edit.terms-layout-grid li.term-list-item a {
|
.wp-block-tainacan-terms-list ul.terms-list-edit.terms-layout-grid li.term-list-item a {
|
||||||
color: #454647;
|
color: #454647;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal; }
|
line-height: normal; }
|
||||||
.wp-block-tainacan-terms-list ul.terms-list.terms-layout-grid li.term-list-item img,
|
.wp-block-tainacan-terms-list ul.terms-list.terms-layout-grid li.term-list-item img,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -44,6 +44,7 @@
|
||||||
padding: 0.57em 1em;
|
padding: 0.57em 1em;
|
||||||
font-size: 0.825em;
|
font-size: 0.825em;
|
||||||
color: var(--tainacan-input-color) !important;
|
color: var(--tainacan-input-color) !important;
|
||||||
|
border: none;
|
||||||
transition: background-color 0.3s ease;
|
transition: background-color 0.3s ease;
|
||||||
|
|
||||||
label { margin-bottom: 0; }
|
label { margin-bottom: 0; }
|
||||||
|
|
|
@ -55,6 +55,7 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #454647;
|
color: #454647;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -236,6 +236,7 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #454647;
|
color: #454647;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -302,6 +302,7 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #454647;
|
color: #454647;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,6 +55,7 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #454647;
|
color: #454647;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #454647;
|
color: #454647;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1294,9 +1294,9 @@
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button,
|
.button:not(.is-success),
|
||||||
.button:hover,
|
.button:hover:not(.is-success),
|
||||||
.button:focus {
|
.button:focus:not(.is-success) {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: var(--tainacan-input-color) !important;
|
color: var(--tainacan-input-color) !important;
|
||||||
|
|
Loading…
Reference in New Issue