Skip to content

Commit a7fcc83

Browse files
committed
Reverts CSS changes that didn't fully solve the problem with tooltip.
This partially reverts changes from a553684 commit. Addressed to #367
1 parent 65bf44b commit a7fcc83

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/main/java/ru/mystamps/web/Url.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public final class Url {
8282
public static final String ADD_SERIES_WITH_COUNTRY_PAGE = "/series/add/country/{slug}";
8383

8484
// MUST be updated when any of our resources were modified
85-
public static final String RESOURCES_VERSION = "v0.3.2";
85+
public static final String RESOURCES_VERSION = "v0.3.3";
8686

8787
// CheckStyle: ignore LineLength for next 4 lines
8888
public static final String MAIN_CSS = "/static/" + RESOURCES_VERSION + "/styles/main.min.css";

src/main/webapp/WEB-INF/static/styles/main.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ label {
103103
padding-left: 5px;
104104
}
105105

106-
/* fix unreadable tooltip on Google Charts (see #367) */
107-
.goog-tooltip {
108-
color: white;
109-
}
110-
111106
.link-vcenter {
112107
line-height: 34px;
113108
}

0 commit comments

Comments
 (0)