mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 04:06:39 +00:00
Fixed text decoration for anchors with btn class
This commit is contained in:
@@ -28,7 +28,7 @@ a,
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:not(.nav-link):not(.navbar-brand):not(.page-link):not(.highlight-card):hover,
|
||||
a:not(.nav-link):not(.navbar-brand):not(.page-link):not(.highlight-card):not(.btn):hover,
|
||||
.btn-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user