Fix selector-combinator-space-before (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 15:04:19 +01:00
parent ae0040165a
commit cc377df8f3
11 changed files with 48 additions and 48 deletions

View file

@ -48,8 +48,8 @@ progress[aria-valuenow]:before {
}
@media all and (min-width: 50em) {
.type-interior> div[data-role=content],
.type-interior> .ui-panel-content-wrap> div[data-role=content] {
.type-interior > div[data-role=content],
.type-interior > .ui-panel-content-wrap > div[data-role=content] {
padding-right: 0;
padding-left: 0;
padding-top: 0;
@ -112,7 +112,7 @@ div[data-role=controlgroup] a[data-role=button]:last-child {
border-top-right-radius: .3125em;
}
div[data-role=controlgroup] a[data-role=button]+ a[data-role=button] {
div[data-role=controlgroup] a[data-role=button] + a[data-role=button] {
border-left-width: 0 !important;
margin: 0 0 0 -0.4em !important;
}
@ -227,7 +227,7 @@ div[data-role=controlgroup] a.ui-btn-active {
margin-bottom: 0.5em;
}
.activeRecordingItems> .card {
.activeRecordingItems > .card {
width: 50%;
}
@ -253,7 +253,7 @@ div[data-role=controlgroup] a.ui-btn-active {
padding: 0 1.5em;
}
.activeRecordingItems> .card {
.activeRecordingItems > .card {
width: 25%;
}
}
@ -333,7 +333,7 @@ div[data-role=controlgroup] a.ui-btn-active {
font-weight: 400;
}
.sessionNowPlayingContent-withbackground+ .sessionNowPlayingInnerContent {
.sessionNowPlayingContent-withbackground + .sessionNowPlayingInnerContent {
color: #fff !important;
background: rgba(0, 0, 0, 0.7);
}
@ -418,7 +418,7 @@ div[data-role=controlgroup] a.ui-btn-active {
text-decoration: none !important;
}
.appLinks a+ a {
.appLinks a + a {
margin-left: 5px;
}

View file

@ -367,7 +367,7 @@
display: inline-block;
}
.viewControls+ .listTopPaging {
.viewControls + .listTopPaging {
margin-left: 0.5em !important;
}
@ -629,7 +629,7 @@
margin: 0;
}
.detailCollapsibleSection:not(.hide)+ .detailCollapsibleSection {
.detailCollapsibleSection:not(.hide) + .detailCollapsibleSection {
margin-top: -2em;
}
@ -654,7 +654,7 @@
flex-shrink: 0;
}
.mainDetailButtons.hide+ .recordingFields {
.mainDetailButtons.hide + .recordingFields {
margin-top: 1.5em !important;
}
@ -955,7 +955,7 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
padding-top: 0 !important;
}
.sectionTitleTextButton> .sectionTitle {
.sectionTitleTextButton > .sectionTitle {
margin-bottom: 0;
margin-top: 0;
}
@ -1029,6 +1029,6 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
}
}
.itemsViewSettingsContainer> .button-flat {
.itemsViewSettingsContainer > .button-flat {
margin: 0;
}

View file

@ -61,7 +61,7 @@ div[data-role=page] {
white-space: normal !important;
}
.fieldDescription+ .fieldDescription {
.fieldDescription + .fieldDescription {
margin-top: 0.3em;
}