Skip to content

Commit 756f32d

Browse files
author
MFC Action
committed
Docs @ d494833
1 parent d92f6a0 commit 756f32d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

documentation/doxygen.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ a {
212212
}
213213

214214
a:hover {
215-
text-decoration: underline;
215+
text-decoration: none;
216+
background: linear-gradient(to bottom, transparent 0,transparent calc(100% - 1px), currentColor 100%);
216217
}
217218

218219
a.el {

post_process/doxygen.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ a {
212212
}
213213

214214
a:hover {
215-
text-decoration: underline;
215+
text-decoration: none;
216+
background: linear-gradient(to bottom, transparent 0,transparent calc(100% - 1px), currentColor 100%);
216217
}
217218

218219
a.el {

pre_process/doxygen.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ a {
212212
}
213213

214214
a:hover {
215-
text-decoration: underline;
215+
text-decoration: none;
216+
background: linear-gradient(to bottom, transparent 0,transparent calc(100% - 1px), currentColor 100%);
216217
}
217218

218219
a.el {

simulation/doxygen.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ a {
212212
}
213213

214214
a:hover {
215-
text-decoration: underline;
215+
text-decoration: none;
216+
background: linear-gradient(to bottom, transparent 0,transparent calc(100% - 1px), currentColor 100%);
216217
}
217218

218219
a.el {

0 commit comments

Comments
 (0)