Remove ugly attachmentItem box-shafow

This commit is contained in:
the-djmaze 2022-05-31 20:55:55 +02:00
parent d46537a24f
commit baff1308e7
2 changed files with 0 additions and 12 deletions

View file

@ -19,10 +19,6 @@
opacity: 0.6;
}
&.checked {
box-shadow: 0 0 0 1px rgba(0, 0, 255, 0.1), 0 1px 5px rgba(0, 0, 255, 0.2);
}
.checkboxAttachment {
bottom: 6px;
cursor: pointer;

View file

@ -300,14 +300,6 @@ html.rl-no-preview-pane {
}
}
&.unselectedAttachmentsError {
.attachmentItem {
box-shadow: 0 1px 4px red;
box-shadow: 0 1px 5px rgba(255, 0, 0, 0.4);
box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.2), 0 1px 5px rgba(255, 0, 0, 0.3);
}
}
.controls-handle {
position: absolute;
bottom: 5px;