forked from rDrama/rDrama
1
0
Fork 0

Revert "PCM /live: fix hover border resizing table rows."

This reverts commit baf93e4854.

Apparently the resizing was desired behavior.
master
Snakes 2022-09-23 17:49:51 -04:00
parent 2e464e307d
commit 74da6e602d
1 changed files with 1 additions and 4 deletions

View File

@ -6,11 +6,8 @@
{% block content %}
<style>
tr {
border-left: 5px solid transparent;
}
tr:hover {
border-left-color: var(--primary);
border: 2.5px solid var(--primary);
}
img.thumb {
border-radius: 4px;