Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Removing cursor: default; from icons #335

Merged
merged 4 commits into from
Feb 28, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions dist/ratchet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down Expand Up @@ -1245,7 +1244,6 @@ select {
font-size: 24px;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/ratchet.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ body {

.docs-nav .docs-nav-trigger {
color: #fff;
cursor: pointer;
opacity: .7;
}
.docs-nav .docs-nav-trigger.active {
Expand Down
2 changes: 0 additions & 2 deletions docs/dist/ratchet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down Expand Up @@ -1245,7 +1244,6 @@ select {
font-size: 24px;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
}

Expand Down
2 changes: 1 addition & 1 deletion docs/dist/ratchet.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dist/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="title">Ratchet</h1>
</a>
</li>
<li class="table-view-cell">
<a class="push-right" href="https://goratchet.com">
<a class="push-right" href="https://github.com/twbs/ratchet/">
<strong>Ratchet on Github</strong>
</a>
</li>
Expand All @@ -71,4 +71,4 @@ <h1 class="title">Ratchet</h1>
</div>

</body>
</html>
</html>
1 change: 0 additions & 1 deletion sass/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ body {
.docs-nav {
.docs-nav-trigger {
color: #fff;
cursor: pointer;
opacity: .7;

&.active {
Expand Down
1 change: 0 additions & 1 deletion sass/push.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
font-size: inherit;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
@include transform(translateY(-50%));
}
Expand Down
1 change: 0 additions & 1 deletion sass/ratchicons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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'; }
Expand Down