fix portlet link style

This commit is contained in:
Dennis Eichhorn 2020-10-29 22:28:41 +01:00
parent 1665823c8a
commit 9c4607f8db
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
cursor: pointer;
}
.portlet-body a {
.portlet-body a:not(.button) {
color: var(--link-color);
border-bottom: 1px dotted var(--link-color);

View File

@ -4024,10 +4024,10 @@ button, input[type="submit"], input[type="button"], a.button {
[data-href] {
cursor: pointer; }
.portlet-body a {
.portlet-body a:not(.button) {
color: var(--link-color);
border-bottom: 1px dotted var(--link-color); }
.portlet-body a:hover {
.portlet-body a:not(.button):hover {
border-bottom: none; }
ul.boxed {