Fixed minor rendering issue when selecting a card
This commit is contained in:
parent
1517c52b25
commit
0ed0b33ecd
@ -2861,7 +2861,8 @@ span.count {
|
||||
background-color: red; }
|
||||
|
||||
div.cardList.loadingCard li.selected {
|
||||
background-color: gray; }
|
||||
background-color: gray;
|
||||
border-bottom: 1px solid gray; }
|
||||
div.cardList ul {
|
||||
background-color: #1863a1; }
|
||||
div.cardList ul li {
|
||||
|
File diff suppressed because one or more lines are too long
@ -43,6 +43,7 @@ div.cardList {
|
||||
&.loadingCard {
|
||||
li.selected {
|
||||
background-color: gray;
|
||||
border-bottom: 1px solid gray;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user