mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Fixes selection update for deleted entries.
This commit is contained in:
parent
0b6b2b0f33
commit
cc7d9ee912
3 changed files with 11 additions and 8 deletions
|
@ -6,12 +6,10 @@
|
|||
right: 0;
|
||||
top: 0;
|
||||
background-color: rgb(241,241,241);
|
||||
// border: 1px solid rgb(210,210,210);
|
||||
border: 2px solid rgb(210,210,210);
|
||||
border: 1px solid rgb(210,210,210);
|
||||
color: #999;
|
||||
z-index: 10;
|
||||
font-size: 0.9em;
|
||||
.border-radius(4px);
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
|
@ -20,12 +18,10 @@
|
|||
text-align: left;
|
||||
|
||||
li {
|
||||
// padding: 8px 12px 10px 12px;
|
||||
padding: 4px 4px 4px 4px;
|
||||
padding: 8px 12px 10px 12px;
|
||||
white-space: nowrap;
|
||||
border-top: 1px solid rgb(231,231,231);
|
||||
.transition(all 0.2s ease-in-out);
|
||||
.border-radius(4px);
|
||||
|
||||
&:hover {
|
||||
color: #e80;
|
||||
|
@ -34,4 +30,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue