diff --git a/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx b/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx index e0f85185..9a10ac2f 100644 --- a/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx +++ b/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx @@ -1507,44 +1507,39 @@ const BrowserCard: React.FC = ({ flexShrink: 0, }} > - - - e.stopPropagation()} - disabled={!activeLocal.canGoBack} - sx={{ color: CHROME_TEXT_MUTED, p: 0.4, '&:hover': { color: CHROME_TEXT } }} - > - - - - + {/* No tooltips on back/forward/reload: every browser on earth uses these arrows, so the label + teaches nothing and the popup lands right on top of the page you are trying to read. */} + e.stopPropagation()} + disabled={!activeLocal.canGoBack} + sx={{ color: CHROME_TEXT_MUTED, p: 0.4, '&:hover': { color: CHROME_TEXT } }} + > + + - - - e.stopPropagation()} - disabled={!activeLocal.canGoForward} - sx={{ color: CHROME_TEXT_MUTED, p: 0.4, '&:hover': { color: CHROME_TEXT } }} - > - - - - + e.stopPropagation()} + disabled={!activeLocal.canGoForward} + sx={{ color: CHROME_TEXT_MUTED, p: 0.4, '&:hover': { color: CHROME_TEXT } }} + > + + - - e.stopPropagation()} - sx={{ color: CHROME_TEXT_MUTED, p: 0.4, '&:hover': { color: CHROME_TEXT } }} - > - - - + e.stopPropagation()} + sx={{ color: CHROME_TEXT_MUTED, p: 0.4, '&:hover': { color: CHROME_TEXT } }} + > + + {/* URL bar */}