mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 09:15:09 +03:00
feat: Add ability to copy/cut cards with shortcut support
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
fill: rgba(255, 255, 255, 0.72);
|
||||
flex: 1;
|
||||
font-weight: normal;
|
||||
height: 42px;
|
||||
margin-bottom: 12px;
|
||||
margin: 0;
|
||||
padding: 11px;
|
||||
text-align: left;
|
||||
transition: background 85ms ease-in, opacity 40ms ease-in,
|
||||
border-color 85ms ease-in;
|
||||
width: 100%;
|
||||
|
||||
&:active {
|
||||
outline: none;
|
||||
@@ -28,6 +28,10 @@
|
||||
&:hover {
|
||||
background: rgba(0, 0, 0, 0.32);
|
||||
}
|
||||
|
||||
&.paste {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.addCardButtonIcon {
|
||||
@@ -43,6 +47,12 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.addCardButtonWrapper {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.card {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user