[extensions-web] switch: use pointer cursor
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] switch: use pointer cursor
- Date: Mon, 7 Jan 2019 18:29:40 +0000 (UTC)
commit 4bed4777627fd2c777ed2393f47de12bc32fcb35
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Mon Jan 7 21:36:00 2019 +0400
switch: use pointer cursor
sweettooth/static/css/switch.css | 1 +
sweettooth/static/js/switch.js | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sweettooth/static/css/switch.css b/sweettooth/static/css/switch.css
index ae27b1d..233cf3f 100644
--- a/sweettooth/static/css/switch.css
+++ b/sweettooth/static/css/switch.css
@@ -6,6 +6,7 @@
margin-top: 10px;
font-size: 14px;
line-height: 1.6;
+ cursor: pointer;
}
._gnome-switch.outdated,
diff --git a/sweettooth/static/js/switch.js b/sweettooth/static/js/switch.js
index 7d7043e..75d85fe 100644
--- a/sweettooth/static/js/switch.js
+++ b/sweettooth/static/js/switch.js
@@ -81,7 +81,6 @@ define(['jquery'], function ($) {
// Disable selection.
.css({
- 'cursor': 'default',
'-moz-user-select': 'none'
})
.attr('unselectable', 'on')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]