Browse Source

Merge pull request #335 from twbs/remove-cursor

Removing `cursor: default;` from icons
pull/323/merge
Connor Sears 11 years ago
parent
commit
bbda606d48
  1. 2
      dist/ratchet.css
  2. 2
      dist/ratchet.min.css
  3. 1
      docs/assets/css/docs.css
  4. 2
      docs/dist/ratchet.css
  5. 2
      docs/dist/ratchet.min.css
  6. 1
      sass/docs.scss
  7. 1
      sass/push.scss
  8. 1
      sass/ratchicons.scss

2
dist/ratchet.css vendored

@ -1214,7 +1214,6 @@ select {
font-size: inherit;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
@ -1245,7 +1244,6 @@ select {
font-size: 24px;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
}

2
dist/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

1
docs/assets/css/docs.css

@ -83,7 +83,6 @@ body {
.docs-nav .docs-nav-trigger {
color: #fff;
cursor: pointer;
opacity: .7;
}
.docs-nav .docs-nav-trigger.active {

2
docs/dist/ratchet.css vendored

@ -1214,7 +1214,6 @@ select {
font-size: inherit;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
@ -1245,7 +1244,6 @@ select {
font-size: 24px;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
}

2
docs/dist/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

1
sass/docs.scss

@ -80,7 +80,6 @@ body {
.docs-nav {
.docs-nav-trigger {
color: #fff;
cursor: pointer;
opacity: .7;
&.active {

1
sass/push.scss

@ -45,7 +45,6 @@
font-size: inherit;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
@include transform(translateY(-50%));
}

1
sass/ratchicons.scss

@ -18,7 +18,6 @@
font-size: 24px;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
}
.icon-and-up:before { content: '\e809'; }

Loading…
Cancel
Save