remove card link style bugfix
This commit is contained in:
parent
cf673c8f90
commit
eafabf29a7
2 changed files with 4 additions and 2 deletions
|
|
@ -297,7 +297,9 @@
|
|||
padding: 8px 0;
|
||||
display: block;
|
||||
}
|
||||
.caps-link:hover {
|
||||
.caps-link:hover,
|
||||
.caps-link:focus,
|
||||
.caps-link:active {
|
||||
color: #627388;
|
||||
fill: #627388;
|
||||
text-decoration: none;
|
||||
|
|
@ -312,6 +314,7 @@
|
|||
height: 11px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.settings-container .caps-link {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue