Skip to content

Commit

Permalink
fix(style): remove tab icon's border when it has focus
Browse files Browse the repository at this point in the history
  • Loading branch information
beregovoy68 committed Nov 25, 2016
1 parent 2d72a1e commit 9aed4e6
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ body {
}

.balanceType {

}


Expand Down Expand Up @@ -733,18 +733,15 @@ header {
height: 100%;
}

#tabs-Iconset span:focus {
outline: none;
}

#tabs-Iconset img {
margin-top: 0px;
margin-left: .5rem;
margin-right: .5rem;
height: 90%;
}

#tabs-Iconset img {
height: 90%;
#tabs-Iconset img:focus {
outline: none;
}

#tabs-Iconset img:hover {
Expand All @@ -754,7 +751,7 @@ header {
}

span.tabs-radio img {
opacity: .4;
opacity: .4;
}

span.tabs-radio img:not(.selected) {
Expand Down Expand Up @@ -965,7 +962,7 @@ span.tabs-radio img.selected {

#send-payment-confirmation button, #create-asset-confirmation button, #asset-transfer-dialog button, #asset-reissue-dialog button, #transfer-asset-confirmation button, #asset-reissue-confirm-dialog button, #asset-details-dialog button {
border: 1px solid #37556E;
color: #37556E;
color: #37556E;
}

#send-payment-confirmation button:hover, #create-asset-confirmation button:hover, #asset-transfer-dialog button:hover, #asset-reissue-dialog button:hover, #transfer-asset-confirmation button:hover, #asset-reissue-confirm-dialog button:hover, #asset-details-dialog button:hover {
Expand Down Expand Up @@ -1222,7 +1219,7 @@ span.tabs-radio img.selected {
outline: none;
text-align: center;
text-decoration: none;

-webkit-user-select: none;
/* Chrome/Safari */
-moz-user-select: none;
Expand Down

0 comments on commit 9aed4e6

Please sign in to comment.