repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove payments API routing initialization
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
items
/
items.scss
blob
1ddeda5eefafec55b48a25fce66958111c5c588e
1
.drag-element {
2
position: absolute;
3
background-color: white;
4
color: black;
5
font-weight: var(--font-weight-bold);
6
z-index: -1;
7
inset-block-start: 0;
8
inset-inline-start: 0;
9
}
10
11
.item-dragging {
12
opacity: 0.5;
13
}
14
15
.navigation__dragover {
16
background: var(--interaction-default-hover);
17
}