1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-25 16:19:47 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-05-26 14:10:06 +05:00
parent 99807c2a49
commit 38f68c1b82
7 changed files with 571 additions and 1823 deletions

View file

@ -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;