From 1e1872aada10fc39126e13675560e692e80258d0 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Wed, 21 Jan 2026 13:31:06 -0600 Subject: wip(app): line selection --- packages/ui/src/styles/base.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/ui/src/styles') diff --git a/packages/ui/src/styles/base.css b/packages/ui/src/styles/base.css index 729ff045a..33a245705 100644 --- a/packages/ui/src/styles/base.css +++ b/packages/ui/src/styles/base.css @@ -79,6 +79,11 @@ a { color: inherit; -webkit-text-decoration: inherit; text-decoration: inherit; + cursor: default; +} + +*[data-tauri-drag-region] { + app-region: drag; } /* -- cgit v1.2.3