mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
drag n drop cleanup
This commit is contained in:
@@ -788,12 +788,11 @@ img.logo {
|
||||
|
||||
.cdk-drag-preview {
|
||||
z-index: $zindex-tooltip !important;
|
||||
padding: $spacer / 2;
|
||||
opacity: .8;
|
||||
opacity: 0.8;
|
||||
background-color: $white;
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
|
||||
.cursor-move {
|
||||
cursor: move;
|
||||
cursor: move !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user