cleanup some orphan css

This commit is contained in:
djmaze 2020-09-25 17:42:40 +02:00
parent e562ed159c
commit 31828b125f
4 changed files with 4 additions and 15 deletions

View file

@ -1,6 +1,6 @@
const ko = window.ko, const ko = window.ko,
rlContentType = 'rainloop/action', rlContentType = 'snappymail/action',
// In Chrome we have no access to getData unless it's the 'drop' event // In Chrome we have no access to getData unless it's the 'drop' event
getDragAction = e => dragData && e.dataTransfer.types.includes(rlContentType) ? dragData.action : false, getDragAction = e => dragData && e.dataTransfer.types.includes(rlContentType) ? dragData.action : false,

View file

@ -170,13 +170,6 @@
padding: 0 8px 0 6px; padding: 0 8px 0 6px;
} }
.shareParent {
display: none;
float: right;
position: relative;
margin: 2px 8px 0 5px;
}
.nameParent { .nameParent {
display: block; display: block;
overflow: hidden; overflow: hidden;
@ -201,10 +194,6 @@
margin: 0 5px; margin: 0 5px;
} }
&.shared .shareParent {
display: inline-block;
}
&.checked { &.checked {
z-index: 101; z-index: 101;

View file

@ -142,7 +142,7 @@
margin-top: 5px; margin-top: 5px;
} }
.social-button, .language-button { .language-button {
padding: 5px; padding: 5px;
outline: none; outline: none;
} }

View file

@ -79,7 +79,7 @@
.thm-login-text { .thm-login-text {
color: @login-color !important; color: @login-color !important;
.legend, .e-checkbox-icon, .g-ui-link, .social-button, .language-button { .legend, .e-checkbox-icon, .g-ui-link, .language-button {
color: @login-color !important; color: @login-color !important;
} }
} }
@ -295,7 +295,7 @@ html.glass {
color: @glass-m-color; color: @glass-m-color;
text-shadow: none !important; text-shadow: none !important;
.legend, .e-checkbox-icon, .g-ui-link, .social-button, .language-button { .legend, .e-checkbox-icon, .g-ui-link, .language-button {
color: @glass-m-color; color: @glass-m-color;
text-shadow: none !important; text-shadow: none !important;
} }