Remove unused background-* properties from a.sort selector (#43206, #43677).

git-svn-id: https://svn.redmine.org/redmine/trunk@24319 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2026-01-16 00:30:48 +00:00
parent 246594088d
commit 15281e660a

View File

@@ -545,7 +545,7 @@ table.list:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover { backgrou
tr.builtin td.name {font-style:italic;}
a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
a.sort { padding-right: 16px; }
table.boards td.last-message {text-align:left;font-size:93%;}