Setting the cursor style to pointer for gwt-Hyperlinks in the GWT style themes. Hyperlink wrap the anchor element with a div element that has a larger clickable area than the link itself.
http://gwt-code-reviews.appspot.com/1615808/
Author: stephen.haberman
Reviewed by: jlabanca
Issue: 2934
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10894 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css b/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css
index 3975c6d..9c7bcd6 100644
--- a/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css
+++ b/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css
@@ -245,6 +245,7 @@
}
.gwt-Hyperlink {
+ cursor: pointer;
}
.gwt-Image {
diff --git a/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css b/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css
index 579acfb..9d31666 100644
--- a/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css
+++ b/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css
@@ -245,6 +245,7 @@
}
.gwt-Hyperlink {
+ cursor: pointer;
}
.gwt-Image {
diff --git a/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean.css b/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean.css
index a38fca6..aa02d53 100644
--- a/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean.css
+++ b/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean.css
@@ -285,6 +285,7 @@
}
.gwt-Hyperlink {
+ cursor: pointer;
}
.gwt-Image {
diff --git a/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean_rtl.css b/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean_rtl.css
index 89a2e85..7e2c695 100644
--- a/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean_rtl.css
+++ b/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean_rtl.css
@@ -285,6 +285,7 @@
}
.gwt-Hyperlink {
+ cursor: pointer;
}
.gwt-Image {
diff --git a/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css b/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css
index 3db6c91..951fffa 100644
--- a/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css
+++ b/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css
@@ -228,6 +228,7 @@
}
.gwt-Hyperlink {
+ cursor: pointer;
}
.gwt-Image {
diff --git a/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css b/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css
index bd5b404..144cf23 100644
--- a/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css
+++ b/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css
@@ -228,6 +228,7 @@
}
.gwt-Hyperlink {
+ cursor: pointer;
}
.gwt-Image {
diff --git a/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css b/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css
index 095549a..bbf84df 100644
--- a/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css
+++ b/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css
@@ -245,6 +245,7 @@
}
.gwt-Hyperlink {
+ cursor: pointer;
}
.gwt-Image {
diff --git a/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard_rtl.css b/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard_rtl.css
index 62c5fac..f858586 100644
--- a/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard_rtl.css
+++ b/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard_rtl.css
@@ -245,6 +245,7 @@
}
.gwt-Hyperlink {
+ cursor: pointer;
}
.gwt-Image {