Remove transition from context menu items
This commit is contained in:
parent
12cdf280fc
commit
fa68d74f9e
@ -2135,7 +2135,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
transition: background-color 0.2s;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
@ -2146,7 +2145,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
.textcomplete-menu .active,
|
.textcomplete-menu .active,
|
||||||
#chat .userlist .user.active {
|
#chat .userlist .user.active {
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
transition: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu-item::before,
|
.context-menu-item::before,
|
||||||
|
Loading…
Reference in New Issue
Block a user