mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Fix active tab style
This commit is contained in:
parent
e17188db62
commit
907187ada2
1 changed files with 6 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
.link {
|
||||
color: #fff;
|
||||
color: rgba(255, 255, 255, 0.72);
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
line-height: 20px;
|
||||
|
@ -60,6 +60,11 @@
|
|||
&:hover {
|
||||
background: rgba(0, 0, 0, 0.32);
|
||||
}
|
||||
|
||||
.link {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.tabWrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue