Skip to content

Commit

Permalink
Playing with #36
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgovassilis committed Jul 7, 2023
1 parent d6427eb commit eb1cd97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/superstartrek/public/css/sst.css
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,6 @@ outline:solid transparent 1px;
box-sizing: border-box;
transform: translateX(-100%);
transition: transform 0.2s ease, visibility 0.2s;
will-change:transform;
visibility:hidden;
}

Expand All @@ -851,7 +850,6 @@ outline:solid transparent 1px;
transform: translateZ(0);
z-index: 2;
transition: opacity 0.2s, visibility 0.2s;
will-change:opacity;
}

#glasspanel.fadein {
Expand All @@ -866,7 +864,7 @@ outline:solid transparent 1px;
z-index: 2;
}

.cell {
.sector-context-menu .cell {
width: 4em;
height: 4em;
background-image: url('../images/hexagon_filled.svg');
Expand Down

0 comments on commit eb1cd97

Please sign in to comment.