Fossil SCM

Remove an unnecessary !important CSS directive that prevents overriding by skins. (This is a leftover from my private patches, where the same technique is used to alpha-blend an additional SVG background color with the original background color.)

florian 2022-07-31 08:48 UTC timeline-keyboard-navigation
Commit 72dc40da49c4dec2bd096b765fb8df19a64a14c5475cfd0d5fee517f61ecf7c6
1 file changed +1 -1
+1 -1
--- src/default.css
+++ src/default.css
@@ -54,11 +54,11 @@
5454
border-width: 0;
5555
}
5656
.timelineFocused {
5757
background-image: url("data:image/svg+xml,%3Csvg \
5858
xmlns='http://www.w3.org/2000/svg' viewBox='0,0,1,1'%3E%3Cpath \
59
-style='fill:orange;opacity:0.5' d='M0,0h1v1h-1z'/%3E%3C/svg%3E") !important;
59
+style='fill:orange;opacity:0.5' d='M0,0h1v1h-1z'/%3E%3C/svg%3E");
6060
/*Note: IE requires explicit declarations for the next three properties.*/
6161
background-position: top left;
6262
background-repeat: repeat repeat;
6363
background-size: 64px 64px;
6464
}
6565
--- src/default.css
+++ src/default.css
@@ -54,11 +54,11 @@
54 border-width: 0;
55 }
56 .timelineFocused {
57 background-image: url("data:image/svg+xml,%3Csvg \
58 xmlns='http://www.w3.org/2000/svg' viewBox='0,0,1,1'%3E%3Cpath \
59 style='fill:orange;opacity:0.5' d='M0,0h1v1h-1z'/%3E%3C/svg%3E") !important;
60 /*Note: IE requires explicit declarations for the next three properties.*/
61 background-position: top left;
62 background-repeat: repeat repeat;
63 background-size: 64px 64px;
64 }
65
--- src/default.css
+++ src/default.css
@@ -54,11 +54,11 @@
54 border-width: 0;
55 }
56 .timelineFocused {
57 background-image: url("data:image/svg+xml,%3Csvg \
58 xmlns='http://www.w3.org/2000/svg' viewBox='0,0,1,1'%3E%3Cpath \
59 style='fill:orange;opacity:0.5' d='M0,0h1v1h-1z'/%3E%3C/svg%3E");
60 /*Note: IE requires explicit declarations for the next three properties.*/
61 background-position: top left;
62 background-repeat: repeat repeat;
63 background-size: 64px 64px;
64 }
65

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button