mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
do not have underlines on icons
This commit is contained in:
parent
8e93ff9f51
commit
7d6800ae65
2 changed files with 7 additions and 0 deletions
|
@ -409,6 +409,10 @@ a {
|
|||
#outer_container a:not(.btn):hover, footer a:not(.btn):hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
#outer_container a:not(.btn):has(span.fe):hover, footer a:not(.btn):has(span.fe):hover {
|
||||
/* do not have underlines on icons */
|
||||
text-decoration: none;
|
||||
}
|
||||
#outer_container a:not(.btn):active, footer a:not(.btn):active {
|
||||
border: dotted 2px #0A5CA0;
|
||||
}
|
||||
|
|
|
@ -17,6 +17,9 @@ a {
|
|||
a:not(.btn):hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:not(.btn):has(span.fe):hover { /* do not have underlines on icons */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:not(.btn):active {
|
||||
border: dotted 2px #0A5CA0;
|
||||
|
|
Loading…
Reference in a new issue