removing cursor default from icons

This commit is contained in:
connors 2014-02-27 11:15:05 -08:00
Родитель 1520b79fbd
Коммит 3d18f38709
8 изменённых файлов: 4 добавлений и 9 удалений

1
dist/ratchet.css поставляемый
Просмотреть файл

@ -1245,7 +1245,6 @@ select {
font-size: 24px;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
}

2
dist/ratchet.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -715,7 +715,6 @@ hr {
left: 20px;
display: block;
color: #777;
cursor: pointer;
-webkit-transition: opacity 0.2 linear;
-moz-transition: opacity 0.2 linear;
transition: opacity 0.2 linear;

1
docs/dist/ratchet.css поставляемый
Просмотреть файл

@ -1245,7 +1245,6 @@ select {
font-size: 24px;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
}

2
docs/dist/ratchet.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

4
docs/dist/template.html поставляемый
Просмотреть файл

@ -52,7 +52,7 @@
</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>
@ -71,4 +71,4 @@
</div>
</body>
</html>
</html>

Просмотреть файл

@ -723,7 +723,6 @@ hr {
left: 20px;
display: block;
color: #777;
cursor: pointer;
@include transition(opacity .2 linear);
&:hover {

Просмотреть файл

@ -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'; }