From 16afe4f63181a68565785c04885ed7d38b408fa9 Mon Sep 17 00:00:00 2001
From: puni9869 <80308335+puni9869@users.noreply.github.com>
Date: Thu, 27 Jul 2023 19:09:09 +0530
Subject: [PATCH] Add tooltip to describe LFS table column and color `delete
LFS file` button red (#26181)
Fix: https://github.com/go-gitea/gitea/issues/26152
Thease changes are related to UX and accessibility changes in desktop
mode.
Also this is incomplete header
Lets add a tooltip if it is applicable or add `title` attribute so that
it will be clearly visible.
After
![image](https://github.com/go-gitea/gitea/assets/80308335/e1f91458-a0ab-4a9a-b32a-d1eaaac05b37)
![image](https://github.com/go-gitea/gitea/assets/80308335/fe2031d3-0b26-427f-8438-49e8f54bc12f)
---
templates/repo/settings/lfs.tmpl | 4 ++--
templates/repo/settings/lfs_pointers.tmpl | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/repo/settings/lfs.tmpl b/templates/repo/settings/lfs.tmpl
index 0d3a618e8d..c4c27dce64 100644
--- a/templates/repo/settings/lfs.tmpl
+++ b/templates/repo/settings/lfs.tmpl
@@ -20,8 +20,8 @@