Skip to content

Commit ddf9153

Browse files
williambellePierre-RA
authored andcommitted
handle visited link (#19)
1 parent 7f8c461 commit ddf9153

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

toolbar/toolbar.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
max-width: 420px;
110110
}
111111

112-
.tooltip-bk:link {
112+
.tooltip-bk:link,
113+
.tooltip-bk:visited {
113114
color: #ffffff;
114115
background-color: black;
115116
}
@@ -121,7 +122,8 @@
121122
color: yellow;
122123
}
123124

124-
.tooltip-bl:link {
125+
.tooltip-bl:link,
126+
.tooltip-bl:visited {
125127
color: yellow;
126128
background-color: blue;
127129
}
@@ -133,7 +135,8 @@
133135
color: red;
134136
}
135137

136-
.tooltip-cy:link {
138+
.tooltip-cy:link,
139+
.tooltip-cy:visited {
137140
color: black;
138141
background-color: rgb(210, 239, 233);
139142
}

0 commit comments

Comments
 (0)