mirror of
https://github.com/plankanban/planka.git
synced 2025-07-25 16:19:47 +02:00
Update dependencies
This commit is contained in:
parent
99807c2a49
commit
38f68c1b82
7 changed files with 571 additions and 1823 deletions
|
@ -1,5 +1,7 @@
|
|||
.menuItem {
|
||||
background: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
|
@ -12,15 +14,6 @@
|
|||
background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.menuItemActive {
|
||||
background: transparent;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.menuItemActive:hover {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.menuItemText {
|
||||
display: inline-block;
|
||||
line-height: 32px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue