cleanup page listing styles

- fixes #8867
- relates to PR #8792
pull/8876/head
PaarthAgarwal 2022-07-19 16:36:53 +05:30 zatwierdzone przez LB (Ben Johnston)
rodzic b131b4813e
commit c404acb10d
3 zmienionych plików z 1 dodań i 98 usunięć

Wyświetl plik

@ -388,55 +388,6 @@ ul.listing {
opacity: 0.7;
}
.index {
background-color: $color-grey-4;
.title .title-wrapper {
font-size: 1.2em;
opacity: 1;
a {
@include transition(opacity 0.2s ease);
}
a:hover {
opacity: 0.7;
}
}
.actions {
margin-top: 1em;
}
.button {
background-color: $color-white;
color: $color-teal;
border-color: rgba(0, 0, 0, 0.35);
&:hover {
color: $color-white;
background: $color-teal-darker;
border-color: $color-teal-darker;
}
&:active {
color: $color-white;
background: #333;
border-color: #333;
}
&.bicolor {
background: $color-teal-darker;
&:active {
color: $color-white;
background: #484848;
border-color: #333;
}
}
}
}
.indicator {
margin-inline-end: 0;
font-size: 1em;
@ -480,54 +431,6 @@ table.listing {
.page-explorer .listing {
position: relative;
.index {
background-color: $color-white;
td {
padding-top: 1.5em;
padding-bottom: 1.5em;
}
.privacy-indicator {
font-size: 1em;
opacity: 1;
position: absolute;
inset-inline-end: 10%;
top: 2em;
}
.locked-indicator {
font-size: 0.8em;
}
.title {
h2 {
color: theme('colors.primary.DEFAULT');
font-size: 1.8em;
font-weight: 800;
a:hover {
color: theme('colors.primary.DEFAULT');
}
}
}
.button {
background-color: $color-teal-darker;
color: $color-white;
border-color: rgba(0, 0, 0, 0.35);
&:hover {
color: $color-white;
background: $color-teal-darker;
}
&.bicolor {
background: $color-teal-darker;
}
}
}
.table-headers {
height: 35px;

Wyświetl plik

@ -140,6 +140,7 @@ These are classes for components.
@import 'components/bulk_actions';
@import 'components/preview-panel';
@import 'components/preview-error';
@import 'components/form-side';
@import '../src/components/Sidebar/Sidebar';
@ -170,7 +171,6 @@ These are classes that provide overrides.
@import 'layouts/compare-revisions';
@import 'layouts/home';
@import 'layouts/page-editor';
@import 'layouts/form-side';
@import 'layouts/login';
@import 'layouts/account';
@import 'layouts/workflow-edit';