This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 0a3b865 squiggly external links
0a3b865 is described below
commit 0a3b8653c1a2b9bcd6840073b6816a0c24f20c0b
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu Nov 11 23:20:41 2021 +0100
squiggly external links
---
webui/css/scaffolding.css | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index cb6b5df..09d4acb 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -1268,4 +1268,14 @@ pre {
display: block;
line-height: 5px;
font-size: 0.65em;
+}
+
+.chatty_body a:hover {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg
id='squiggle-link' xmlns='http://www.w3.org/2000/svg'
xmlns:xlink='http://www.w3.org/1999/xlink'
xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 10 18'%3E%3Cstyle
type='text/css'%3E.squiggle{animation:shift .5s linear infinite;}@keyframes
shift {from {transform:translateX(-10px);}to
{transform:translateX(0);}}%3C/style%3E%3Cpath fill='none' stroke='%23223344'
stroke-width='0.65' class='squiggle' d='M0,17.5 c 2.5, [...]
+ background-position: 0 100%;
+ background-size: auto 24px;
+ background-repeat: repeat;
+ text-decoration: none;
+ border-bottom: none;
+ padding-bottom: 1px;
}
\ No newline at end of file