Skip to content
Snippets Groups Projects
Commit 76e0e797 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

Merge branch 'feature/ISTWCMS-5950-exp-col-fixes' into '1.0.x'

ISTWCMS-5950: adding fix for inline operations on exp/col block

See merge request !58
parents 22b738ee 27440666
No related branches found
No related tags found
1 merge request!58ISTWCMS-5950: adding fix for inline operations on exp/col block
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
background: var(--gray-2); background: var(--gray-2);
color: var(--gray-6); color: var(--gray-6);
} }
&:hover, &:hover,
&:focus { &:focus {
outline: none; outline: none;
...@@ -35,10 +36,12 @@ ...@@ -35,10 +36,12 @@
} }
} }
} }
.uw-details{ .uw-details{
.details__summary { .details__summary {
@include svg-background(mobile-arrow-down); @include svg-background(mobile-arrow-down);
background-color: var(--gray-2); background-color: var(--gray-2);
h2, h2,
h3, h3,
h4, h4,
...@@ -46,6 +49,7 @@ ...@@ -46,6 +49,7 @@
h6 { h6 {
color: var(--gray-6); color: var(--gray-6);
} }
&:hover, &:hover,
&:focus { &:focus {
@include svg-background(mobile-arrow-down-w); @include svg-background(mobile-arrow-down-w);
...@@ -59,6 +63,7 @@ ...@@ -59,6 +63,7 @@
} }
} }
} }
&[open] { &[open] {
> .details__summary { > .details__summary {
@include svg-background(mobile-arrow-up); @include svg-background(mobile-arrow-up);
...@@ -70,6 +75,7 @@ ...@@ -70,6 +75,7 @@
h6 { h6 {
color: var(--gray-6); color: var(--gray-6);
} }
&:focus { &:focus {
@include svg-background(mobile-arrow-up-w); @include svg-background(mobile-arrow-up-w);
background-color: var(--gray-6); background-color: var(--gray-6);
...@@ -101,9 +107,9 @@ ...@@ -101,9 +107,9 @@
} }
// Else run the loop on the faculties. // Else run the loop on the faculties.
@else { @else {
.uw-exp-col{ .uw-exp-col {
&:not(.contact){ &:not(.contact) {
.uw-exp-col__button{ .uw-exp-col__button {
&[data-type="expand-all"] { &[data-type="expand-all"] {
background: var(--#{$colour}-primary); background: var(--#{$colour}-primary);
border-right: var(--size-xs) solid var(--uw-white); border-right: var(--size-xs) solid var(--uw-white);
...@@ -118,20 +124,24 @@ ...@@ -118,20 +124,24 @@
&:hover, &:hover,
&:focus { &:focus {
outline: none; outline: none;
&[data-type="expand-all"] { &[data-type="expand-all"] {
background-color: var(--uw-white); background-color: var(--uw-white);
color: var(--#{$colour}-primary); color: var(--#{$colour}-primary);
} }
&[data-type="collapse-all"] { &[data-type="collapse-all"] {
background-color: var(--uw-white); background-color: var(--uw-white);
color: var(--#{$colour}-primary); color: var(--#{$colour}-primary);
} }
} }
} }
.uw-details{
.uw-details {
.details__summary { .details__summary {
background-color: var(--#{$colour}-primary); background-color: var(--#{$colour}-primary);
background-image: inherit; background-image: inherit;
h2, h2,
h3, h3,
h4, h4,
...@@ -147,9 +157,11 @@ ...@@ -147,9 +157,11 @@
&:hover, &:hover,
&:focus { &:focus {
background-color: var(--uw-white); background-color: var(--uw-white);
&::after{
&::after {
@include svg-background-color(var(--#{$colour}-primary), mobile-arrow-down); @include svg-background-color(var(--#{$colour}-primary), mobile-arrow-down);
} }
h2, h2,
h3, h3,
h4, h4,
...@@ -160,12 +172,15 @@ ...@@ -160,12 +172,15 @@
} }
} }
} }
.uw-details[open] { .uw-details[open] {
.details__summary { .details__summary {
background-image: inherit; background-image: inherit;
} }
> .details__summary { > .details__summary {
background-color: var(--#{$colour}-primary); background-color: var(--#{$colour}-primary);
h2, h2,
h3, h3,
h4, h4,
...@@ -183,9 +198,11 @@ ...@@ -183,9 +198,11 @@
.details__summary { .details__summary {
background-color: var(--uw-white); background-color: var(--uw-white);
background-image: inherit; background-image: inherit;
&::after { &::after {
@include svg-background-color(var(--#{$colour}-primary), mobile-arrow-down); @include svg-background-color(var(--#{$colour}-primary), mobile-arrow-down);
} }
h2, h2,
h3, h3,
h4, h4,
...@@ -200,9 +217,11 @@ ...@@ -200,9 +217,11 @@
.details__summary { .details__summary {
background-color: var(--uw-white); background-color: var(--uw-white);
background-image: inherit; background-image: inherit;
&::after { &::after {
@include svg-background-color(var(--#{$colour}-primary) ,mobile-arrow-up); @include svg-background-color(var(--#{$colour}-primary) ,mobile-arrow-up);
} }
h2, h2,
h3, h3,
h4, h4,
...@@ -212,12 +231,15 @@ ...@@ -212,12 +231,15 @@
} }
} }
} }
&:hover { &:hover {
.details__summary { .details__summary {
background-color: var(--uw-white); background-color: var(--uw-white);
&::after { &::after {
@include svg-background-color(var(--#{$colour}-primary), mobile-arrow-up); @include svg-background-color(var(--#{$colour}-primary), mobile-arrow-up);
} }
h2, h2,
h3, h3,
h4, h4,
...@@ -233,28 +255,43 @@ ...@@ -233,28 +255,43 @@
} }
} }
} }
.uw-exp-col__operations {
list-style-type: none;
margin: 0;
padding: var(--size-2) 0 0;
li {
display: inline-block;
margin: 0;
padding: 0 0 0 var(--size-2);
}
}
.uw-exp-col__group-info {
.form-type-entity-autocomplete {
display: inline-block;
width: 90%;
}
}
.uw-exp-col { .uw-exp-col {
&:not(.contact){ &:not(.contact) {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
.uw-exp-col__operations {
list-style-type: none;
margin: 0;
padding: var(--size-2) 0 0;
li {
display: inline-block;
}
}
.uw-exp-col__group-info, .uw-exp-col__group-info,
.uw-exp-col__heading-selector, .uw-exp-col__heading-selector,
.uw-exp-col__heading-text { .uw-exp-col__heading-text {
display: inline-block; display: inline-block;
} }
.uw-exp-col__heading-selector { .uw-exp-col__heading-selector {
.form-select { .form-select {
display: inline-block; display: inline-block;
width: 82%; width: 82%;
} }
} }
.uw-exp-col__group-info, .uw-exp-col__group-info,
.uw-exp-col__heading-text { .uw-exp-col__heading-text {
.ui-dialog & { .ui-dialog & {
...@@ -275,6 +312,7 @@ ...@@ -275,6 +312,7 @@
display: grid; display: grid;
grid-template-columns: 50% 50%; grid-template-columns: 50% 50%;
margin-bottom: var(--size-2); margin-bottom: var(--size-2);
.no-js & { .no-js & {
display: none; display: none;
} }
...@@ -290,6 +328,7 @@ ...@@ -290,6 +328,7 @@
font-weight: 400; font-weight: 400;
margin: 0; margin: 0;
max-width: inherit; max-width: inherit;
.uw-exp-col--controls { .uw-exp-col--controls {
text-align: center; text-align: center;
} }
...@@ -300,6 +339,7 @@ ...@@ -300,6 +339,7 @@
font-family: inherit !important; font-family: inherit !important;
margin-bottom: var(--size-2); margin-bottom: var(--size-2);
margin-top: inherit; margin-top: inherit;
.details__summary { .details__summary {
background-image: inherit; background-image: inherit;
border: var(--size-xs) solid var(--gray-2); border: var(--size-xs) solid var(--gray-2);
...@@ -307,6 +347,7 @@ ...@@ -307,6 +347,7 @@
position: relative; position: relative;
text-shadow: inherit; text-shadow: inherit;
transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;
&::after { &::after {
content: ''; content: '';
display: block; display: block;
...@@ -316,6 +357,7 @@ ...@@ -316,6 +357,7 @@
top: calc(50% - 0.5rem); top: calc(50% - 0.5rem);
width: var(--size-2); width: var(--size-2);
} }
h2, h2,
h3, h3,
h4, h4,
...@@ -333,16 +375,20 @@ ...@@ -333,16 +375,20 @@
} }
} }
} }
.details__content { .details__content {
background-color: var(--gray-1); background-color: var(--gray-1);
padding: var(--size-2); padding: var(--size-2);
.layout { .layout {
padding: 0; padding: 0;
} }
.block { .block {
margin-bottom: var(--size-2); margin-bottom: var(--size-2);
} }
} }
.uw-exp-col__group-info { .uw-exp-col__group-info {
.form-type-entity-autocomplete { .form-type-entity-autocomplete {
display: inline-block; display: inline-block;
...@@ -350,13 +396,15 @@ ...@@ -350,13 +396,15 @@
} }
} }
} }
&.contact{
.uw-exp-col__controls{ &.contact {
.uw-exp-col__controls {
border: var(--size-xs) solid var(--gray-2); border: var(--size-xs) solid var(--gray-2);
display: grid; display: grid;
grid-template-columns: 50% 50%; grid-template-columns: 50% 50%;
margin-bottom: var(--size-2); margin-bottom: var(--size-2);
gap: var(--size-05); gap: var(--size-05);
.no-js & { .no-js & {
display: none; display: none;
} }
...@@ -376,12 +424,14 @@ ...@@ -376,12 +424,14 @@
display: none; display: none;
} }
} }
/* stylelint-enable selector-max-id, declaration-no-important */ /* stylelint-enable selector-max-id, declaration-no-important */
.layout-builder{ .layout-builder {
&__section [data-expand-collapse-group], &__section [data-expand-collapse-group],
&__section [data-expand-collapse-header] { &__section [data-expand-collapse-header] {
margin-top: var(--size-5) !important; margin-top: var(--size-5) !important;
position: relative; position: relative;
&:first-of-type { &:first-of-type {
&::before { &::before {
background: #195c8f; background: #195c8f;
......
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