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

Commit 7de0f3b

Browse files
committed
Merge pull request #9061 from adobe/miguel/themecursor
Removing cursor !important to allow themes easily override cursor colors
2 parents 95c7f79 + c5079ff commit 7de0f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/brackets_theme_default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
// border: none !important;
146146

147147
// to make an I-cursor, use something like this:
148-
border-left: 1px solid black !important;
148+
border-left: 1px solid black;
149149

150150
}
151151

0 commit comments

Comments
 (0)