Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit a47580e

Browse files
icfantvwesleycho
authored andcommitted
fix(tabs): fix tab css cursor
* fix tab cursor for hover state on non-disabled tab. Closes #5250 Fixes #5247
1 parent f523361 commit a47580e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: src/tabs/tabs.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
}
88
.uib-tab > div:focus,
99
.uib-tab > div:hover {
10-
background-color: #eee;
1110
color: #23527c;
11+
cursor: pointer;
12+
background-color: #eee;
1213
}
1314
.uib-tab.disabled > div {
1415
color: #777;
@@ -44,4 +45,4 @@
4445
.nav-pills > .uib-tab.active > div:hover {
4546
color: #fff;
4647
background-color: #337ab7;
47-
}
48+
}

0 commit comments

Comments
 (0)