Skip to content

Commit

Permalink
Highlight links and have constant light border if editable
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Jun 29, 2024
1 parent 2358b8a commit f918b62
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions resources/less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
&.editable:not(.editing) {
cursor: text;

&:hover {
border-color: rgba(255, 255, 255, 0.2);
}
border-color: rgba(255, 255, 255, 0.2);
}

&, textarea {
Expand All @@ -33,6 +31,15 @@
height: 50px;
}

a {
font-weight: 600;

&:hover {
border-bottom: 1px solid;
text-decoration: none;
}
}

&-actions {
margin-top: 5px;
display: inline-flex;
Expand Down

0 comments on commit f918b62

Please sign in to comment.