Skip to content

Commit 44a241d

Browse files
authored
[4.0] unused legacy rtl scss (#34853)
1 parent 7007b6a commit 44a241d

File tree

2 files changed

+0
-58
lines changed

2 files changed

+0
-58
lines changed

administrator/templates/atum/scss/pages/_com_cpanel.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@
8282
.table {
8383
padding: 0;
8484
margin-bottom: unset;
85-
86-
> .published {
87-
padding-left: .9rem;
88-
border-left: 5px solid var(--success);
89-
}
90-
91-
> .unpublished {
92-
padding-left: .9rem;
93-
border-left: 5px solid var(--danger);
94-
}
9585
}
9686

9787
}

administrator/templates/atum/scss/template-rtl.scss

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -21,61 +21,13 @@ ul {
2121
left: auto;
2222
}
2323

24-
.switcher {
25-
float: right;
26-
}
27-
2824
.menu-collapse {
2925
right: 0;
3026
left: auto;
3127
margin-right: -7.5px;
3228
margin-left: 0;
3329
}
3430

35-
// Status
36-
.status {
37-
margin-right: 250px;
38-
margin-left: 0;
39-
40-
.closed & {
41-
margin-right: 50px;
42-
margin-left: 0;
43-
}
44-
}
45-
46-
.sidebar-wrapper[data-hidden="1"] ~ .status {
47-
margin-right: 0;
48-
}
49-
50-
// com_cpanel
51-
.com_cpanel {
52-
.card {
53-
.list-group {
54-
> .published {
55-
border-right: 5px solid var(--success);
56-
border-left: 0;
57-
}
58-
59-
> .unpublished {
60-
border-right: 5px solid var(--danger);
61-
border-left: 0;
62-
}
63-
}
64-
65-
.module-dropdown {
66-
right: auto;
67-
left: 0;
68-
69-
> a {
70-
border-right: 1px solid var(--border);
71-
border-left: 0;
72-
border-top-left-radius: $border-radius;
73-
border-top-right-radius: 0;
74-
}
75-
}
76-
}
77-
}
78-
7931
.field-calendar {
8032
float: none;
8133
}

0 commit comments

Comments
 (0)