mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-24 00:00:02 +02:00
Change <a> elements to underline on hover (#17898)
Fomantic brings a opinionated style that removed underline on mouse hover which I think is important UX to have. This re-enables the underline in the Fomantic config and fixes a few cases where underline was deemed disruptive.
This commit is contained in:
parent
8662ff68da
commit
9296baf65a
6 changed files with 27 additions and 29 deletions
|
@ -2837,20 +2837,6 @@ tbody.commit-list {
|
|||
}
|
||||
}
|
||||
|
||||
.commit-summary a {
|
||||
&:hover {
|
||||
text-decoration: underline solid;
|
||||
}
|
||||
|
||||
&.default-link {
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline solid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.commit-list .commit-status-link {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
@ -3012,13 +2998,12 @@ td.blob-excerpt {
|
|||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.issue-keyword,
|
||||
.commit-body .issue-keyword:hover {
|
||||
border-bottom: 1px dotted var(--color-text-light-2);
|
||||
.issue-keyword {
|
||||
border-bottom: 1px dotted var(--color-text-light-3) !important;
|
||||
}
|
||||
|
||||
.issue-keyword:hover {
|
||||
border-bottom: none;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
.file-header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue