mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Fixed text decoration for anchors with btn class
This commit is contained in:
parent
7ab368a424
commit
fc71c0f5c8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue