Skip to content

Commit 251cb58

Browse files
committed
hotfix remove unused styles
1 parent 684d8c1 commit 251cb58

2 files changed

Lines changed: 0 additions & 37 deletions

File tree

contao/assets/css/style.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later
1919
* @filesource
2020
*/
21-
body[class*="version_3"] a[class*="header_"] {
22-
margin-left: 15px;
23-
}
24-
25-
body[class*="version_3"] .tl_file_list .field_type img {
26-
margin-right: 8px;
27-
float: left;
28-
}
2921

3022
.header_css_fields {
3123
padding: 2px 0 3px 20px;
@@ -71,16 +63,6 @@ body[class*="version_3"] .tl_file_list .field_type img {
7163
font-weight: bold;
7264
}
7365

74-
body[class*="version_2"] .tl_content .field_type img {
75-
margin-right: 8px;
76-
float: left;
77-
}
78-
79-
body[class*="version_2"] .tl_content_right + img {
80-
margin-right: 8px;
81-
float: left;
82-
}
83-
8466
.list_view li:first-child .tl_content {
8567
border-top: 1px solid #ebebe4;
8668
}

contao/assets/scss/style.scss

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ $icon_pal_open: url('../../../../themes/default/images/palOpen.gif');
2727
$icon_filter_setting: url('../images/icons/filter_settings.png');
2828
$icon_locale: url('../images/icons/locale.png');
2929

30-
body[class*="version_3"] {
31-
a[class*="header_"] {
32-
margin-left: 15px;
33-
}
34-
.tl_file_list .field_type img {
35-
margin-right: 8px;
36-
float: left;
37-
}
38-
}
3930
.header_css_fields {
4031
padding: 2px 0 3px 20px;
4132
background-image: $icon_fields;
@@ -74,16 +65,6 @@ body[class*="version_3"] {
7465
font-weight: bold;
7566
}
7667
}
77-
body[class*="version_2"] {
78-
.tl_content .field_type img {
79-
margin-right: 8px;
80-
float: left;
81-
}
82-
.tl_content_right + img {
83-
margin-right: 8px;
84-
float: left;
85-
}
86-
}
8768
.list_view {
8869
li:first-child .tl_content {
8970
border-top: 1px solid rgba(235, 235, 228, 1);

0 commit comments

Comments
 (0)