X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fformatting.css;h=af9777685c54c72663f2ca60e552cce58a3b7f6e;hp=9f3a626777946699cf5aee1140d89d81d4ffddce;hb=6894848ca80b010dc62b1e84b59f705e1ee7cdac;hpb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202 diff --git a/EarlyBlue/global/formatting.css b/EarlyBlue/global/formatting.css index 9f3a6267..af977768 100644 --- a/EarlyBlue/global/formatting.css +++ b/EarlyBlue/global/formatting.css @@ -196,15 +196,13 @@ label { .text-link { color: blue; text-decoration: underline; + cursor: pointer; } .text-link:focus { color: red; - outline: 1px dotted invert; -} - -.text-link:hover { - cursor: pointer; + /* Don't specify the outline-color, we should always use initial value. */ + outline: 1px dotted; } .text-link:hover:active {