Skip to content
Snippets Groups Projects
Commit 1b1bcfc8 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Issue #3182576: Block 'display title' slider (and other sliders) affected by new update

parent 21f71a70
No related branches found
Tags 8.x-3.0-beta5
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
......@@ -101,7 +101,6 @@ $maxWidth: 520px;
:not(.form-checkboxes):not(td):not(.media-library-item__click-to-select-checkbox):not(.field-content) > .form-type--checkbox {
position: relative;
margin-left: 0;
pointer-events: none;
.checkbox-toggle {
z-index: 0;
......
......@@ -144,6 +144,13 @@
}
.paragraphs-dropdown-actions {
color: var(--colorGinButtonText);
background: var(--colorGinLayer3Background);
border: 0 none;
border-radius: $borderSmall;
box-shadow: 0 1px 2px rgba(0, 0, 0, .08),
20px 20px 40px rgba(0, 0, 0, .12);
.paragraphs-dropdown-action.button {
font-size: 0.8125rem;
padding: .5rem 1rem;
......@@ -190,11 +197,21 @@
}
&__item {
background-color: var(--colorGinLayer2Background);
padding-top: .5rem;
padding-bottom: .5rem;
background-color: var(--colorGinLayer3Background);
border-radius: $borderDefault;
}
&__icon {
top: .5rem;
}
}
.js .paragraph-type-add-modal-button:hover {
background: var(--colorGinPrimary);
}
.paragraphs-dragdrop__label--field {
text-transform: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment