From 454491572abecbc4cd2ac3ef76370a2e8ddfd9d7 Mon Sep 17 00:00:00 2001 From: DC Date: Tue, 17 May 2016 21:25:31 -0700 Subject: [PATCH] Remove cursor:pointer Apparently that's only for websites & we want to feel native --- renderer/index.css | 9 --------- renderer/views/torrent-list.js | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/renderer/index.css b/renderer/index.css index 23e51720..83875fa3 100644 --- a/renderer/index.css +++ b/renderer/index.css @@ -113,18 +113,10 @@ table { opacity: 0.3; } -.clickable { - cursor: pointer; -} - .float-right { float: right; } -.expand-collapse { - cursor: pointer; -} - .expand-collapse.expanded::before { content: '▲' } @@ -370,7 +362,6 @@ button { /* Rectangular text buttons */ border-radius: 3px; font-size: 14px; font-weight: bold; - cursor: pointer; color: #aaa; outline: none; } diff --git a/renderer/views/torrent-list.js b/renderer/views/torrent-list.js index 4cfcff00..676b3277 100644 --- a/renderer/views/torrent-list.js +++ b/renderer/views/torrent-list.js @@ -229,7 +229,7 @@ function TorrentList (state) { icon = 'description' /* file icon, opens in OS default app */ handleClick = dispatcher('openFile', infoHash, index) } - var rowClass = 'clickable' + var rowClass = '' if (!isSelected) rowClass = 'disabled' // File deselected, not being torrented if (!isDone && !isPlayable) rowClass = 'disabled' // Can't open yet, can't stream return hx`