Prevent icons from being highlighted or selected
This commit is contained in:
parent
c41ee1fb96
commit
1efd79fa27
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ table {
|
||||||
img.icon {
|
img.icon {
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-list {
|
.tag-list {
|
||||||
|
|
Loading…
Add table
Reference in a new issue