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;
|
padding: 8px 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.caps-link:hover {
|
.caps-link:hover,
|
||||||
|
.caps-link:focus,
|
||||||
|
.caps-link:active {
|
||||||
color: #627388;
|
color: #627388;
|
||||||
fill: #627388;
|
fill: #627388;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -312,6 +314,7 @@
|
||||||
height: 11px;
|
height: 11px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-container .caps-link {
|
.settings-container .caps-link {
|
||||||
|
|
|
@ -17,7 +17,6 @@ $( document ).ready(function() {
|
||||||
* Replace all SVG images with inline SVG
|
* Replace all SVG images with inline SVG
|
||||||
*/
|
*/
|
||||||
$('.svg-img').each(function() {
|
$('.svg-img').each(function() {
|
||||||
console.log('asa')
|
|
||||||
var $img = $(this);
|
var $img = $(this);
|
||||||
var imgID = $img.attr('id');
|
var imgID = $img.attr('id');
|
||||||
var imgClass = $img.attr('class');
|
var imgClass = $img.attr('class');
|
||||||
|
|
Loading…
Reference in a new issue