Merge pull request #335 from twbs/remove-cursor

Removing `cursor: default;` from icons
This commit is contained in:
Connor Sears 2014-02-27 22:40:52 -08:00
Родитель 14ac65a9a7 ab7b573589
Коммит bbda606d48
8 изменённых файлов: 2 добавлений и 10 удалений

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

@ -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 поставляемый

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

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

@ -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 поставляемый
Просмотреть файл

@ -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 поставляемый

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

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

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

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

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

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

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