Only load when not already loading one. Don't animate .selectable on hover.
This commit is contained in:
parent
cce7b74068
commit
5ba95800a3
2 changed files with 36 additions and 21 deletions
20
style.css
20
style.css
|
|
@ -336,22 +336,12 @@ input:focus {
|
|||
opacity: .6;
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
.selectable:hover {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
transform: scale(0.98) skewX(10deg);
|
||||
filter: blur(.1px);
|
||||
opacity: .6;
|
||||
}
|
||||
}
|
||||
|
||||
@media (hover: none) {
|
||||
.selectable:active {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
transform: scale(0.98) skewX(10deg);
|
||||
filter: blur(.1px);
|
||||
opacity: .6;
|
||||
}
|
||||
.selectable:active {
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
transform: scale(0.98) skewX(10deg);
|
||||
filter: blur(.1px);
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.chat-item-info {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue