mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 09:36:09 +08:00
cleanup some orphan css
This commit is contained in:
parent
e562ed159c
commit
31828b125f
4 changed files with 4 additions and 15 deletions
2
dev/External/User/ko.js
vendored
2
dev/External/User/ko.js
vendored
|
@ -1,6 +1,6 @@
|
|||
const ko = window.ko,
|
||||
|
||||
rlContentType = 'rainloop/action',
|
||||
rlContentType = 'snappymail/action',
|
||||
|
||||
// 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,
|
||||
|
|
|
@ -170,13 +170,6 @@
|
|||
padding: 0 8px 0 6px;
|
||||
}
|
||||
|
||||
.shareParent {
|
||||
display: none;
|
||||
float: right;
|
||||
position: relative;
|
||||
margin: 2px 8px 0 5px;
|
||||
}
|
||||
|
||||
.nameParent {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
@ -201,10 +194,6 @@
|
|||
margin: 0 5px;
|
||||
}
|
||||
|
||||
&.shared .shareParent {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&.checked {
|
||||
z-index: 101;
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.social-button, .language-button {
|
||||
.language-button {
|
||||
padding: 5px;
|
||||
outline: none;
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
.thm-login-text {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
@ -295,7 +295,7 @@ html.glass {
|
|||
color: @glass-m-color;
|
||||
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;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue