Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit cba87dd

Browse files
author
Narciso Jaramillo
committed
Merge pull request #2144 from mynetx/no-hand-cursor
Use default cursor on menu and toolbar items
2 parents dbb16d9 + d67f8e7 commit cba87dd

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

src/extensions/default/InlineColorEditor/css/main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
}
7777
.color-editor aside ul.swatches li {
7878
-webkit-text-size-adjust: none;
79-
cursor: pointer;
8079
height: 18px;
8180
margin-bottom: 2px;
8281
padding: 0 1px 1px 2px;

src/styles/bootstrap/patterns.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ input[type=submit].btn {
640640
.close {
641641
float: right;
642642
color: @black;
643+
cursor: default;
643644
font-size: 20px;
644645
font-weight: bold;
645646
line-height: @baseline * .75;

src/styles/brackets.less

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ a, img {
194194
margin-right: 2px;
195195
}
196196

197-
#indent-type, #indent-width-label {
198-
cursor: pointer;
199-
}
200-
201197
#indent-width-label {
202198
width: 14px;
203199
}
@@ -783,12 +779,11 @@ a, img {
783779
color: gray;
784780
}
785781

786-
787782
li {
788783
color: black;
789784
border-bottom: 1px solid;
790785
list-style: none;
791-
cursor: pointer;
786+
cursor: default;
792787
padding: 0px 2px 0px 4px;
793788
}
794789
}

src/styles/brackets_patterns_override.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@
155155
font-style: italic;
156156
padding-right: 22px;
157157
}
158+
159+
span, a {
160+
cursor: default;
161+
}
158162
}
159163
}
160164

@@ -175,6 +179,7 @@
175179
a {
176180
color: @bc-black;
177181
text-shadow: none;
182+
cursor: default;
178183
}
179184

180185
// Menubar item appearance
@@ -318,6 +323,10 @@
318323
width: auto;
319324
}
320325

326+
.modal .close {
327+
cursor: default;
328+
}
329+
321330
.modal-body, .modal-header {
322331
/* See styles/bootstrap/patterns.less .modal class.
323332
Pushing this value down to .modal-header and .modal-body
@@ -369,6 +378,7 @@
369378
}
370379

371380
.btn {
381+
cursor: default;
372382
font-size: 16px;
373383
font-weight: @font-weight-semibold;
374384
color: #454545;

0 commit comments

Comments
 (0)