small cosmetic changes (#1872)

* removed remains

* comment adapted

* removes blinking background from icons on buttons 

like copy (from room links)

Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
This commit is contained in:
MrKeksi
2020-08-04 16:26:41 +02:00
committed by GitHub
parent bb83bf553d
commit 35c82f9c17
3 changed files with 5 additions and 3 deletions

View File

@ -183,3 +183,7 @@ table {
#delete-confirm:disabled {
cursor: not-allowed;
}
.btn i {
transition: all .15s;
}