remove card link style bugfix

This commit is contained in:
Arvind Tiwari 2017-08-31 23:05:06 +05:30
parent cf673c8f90
commit eafabf29a7
2 changed files with 4 additions and 2 deletions

View File

@ -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 {

View File

@ -17,7 +17,6 @@ $( document ).ready(function() {
* Replace all SVG images with inline SVG
*/
$('.svg-img').each(function() {
console.log('asa')
var $img = $(this);
var imgID = $img.attr('id');
var imgClass = $img.attr('class');