Browse Source

Merge pull request #943 from m-voloshin/fix-cursor-for-icon

Default cursor for icons
master
yanas 8 years ago
parent
commit
07441b092c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      css/_font.scss

+ 1
- 0
css/_font.scss View File

18
     text-transform: none;
18
     text-transform: none;
19
     line-height: 1.22em;
19
     line-height: 1.22em;
20
     font-size: 1.22em;
20
     font-size: 1.22em;
21
+    cursor: default;
21
 
22
 
22
     /* Better Font Rendering =========== */
23
     /* Better Font Rendering =========== */
23
     -webkit-font-smoothing: antialiased;
24
     -webkit-font-smoothing: antialiased;

Loading…
Cancel
Save