mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 22:58:25 +00:00
gui: Added a CSS rule for out of sync items modal
Removed text decoration on hover which was shown while hovering on span with eject icon. GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4135
This commit is contained in:
parent
cf3114b56d
commit
3522d451df
@ -100,6 +100,11 @@ ul+h5 {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Removing text decoration on anchor link hover pull request: #4135 */
|
||||||
|
.table td.small-data span a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
table.table-condensed {
|
table.table-condensed {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user