From a883db330a1d8fb933e6b994410013df6d1c292e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 3 Jun 2024 21:27:32 +0000 Subject: [PATCH] Update content of files --- data/web/fragment.com/css/auction.css | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/data/web/fragment.com/css/auction.css b/data/web/fragment.com/css/auction.css index 40fde12884..d89babd0e3 100644 --- a/data/web/fragment.com/css/auction.css +++ b/data/web/fragment.com/css/auction.css @@ -1300,19 +1300,6 @@ a.tm-menu-link:focus { background: var(--field-bg-color); position: relative; } -.tm-field-hint { - margin: 8px 14px; -} -.tm-field .form-control-link { - cursor: pointer; -} -.tm-field .form-control-link:hover { - text-decoration: none; -} -.tm-field .form-control-link.urgent { - color: var(--unavail-color); -} - .tm-search-field:before { position: absolute; margin: 4px 9px; @@ -2590,6 +2577,10 @@ a.tm-table-action-link:hover { filter: blur(7px); } +.tm-field-hint { + margin: 8px 14px; +} + .tm-number-form-group { margin: 36px 0 0; }