e03fbe234ac861ea3b1831f01a18b36aea53a58d
chmalee
  Tue Feb 25 11:58:38 2025 -0800
Make font-size of breadcrumb text larger, make the final breadcrumb not underlined since it cannot be clicked, make the final breadcrumb not clickable, refs ##31058

diff --git src/hg/htdocs/style/hgMyData.css src/hg/htdocs/style/hgMyData.css
index 46b0b8e2b7e..a0e763bc28f 100644
--- src/hg/htdocs/style/hgMyData.css
+++ src/hg/htdocs/style/hgMyData.css
@@ -46,16 +46,17 @@
 }
 
 table.dataTable input.dt-select-checkbox:checked:after,
 table.dataTable input.dt-select-checkbox:indeterminate:after {
   content: none;
 }
 
 /* make the search bar and table have rows have a normal white background */
 #filesDiv input.dt-input,#filesDiv .dt-scroll-body {
     background-color: #f9f9f9;
 }
 
 .breadcrumb {
     text-decoration: underline;
     cursor: pointer;
+    font-size: larger;
 }