Skip to content

Commit

Permalink
Fixed highlighting for blocks/items with damage values >= 10. This fixes
Browse files Browse the repository at this point in the history
 #72.
  • Loading branch information
Matriks404 committed Mar 10, 2024
1 parent 8827ac7 commit ca30a6c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,13 @@ p {

.damage-value {
display: inline-block;
position: absolute;
position: relative;

top: 5px;
top: 2px;

margin-left: 1px;

font-size: 9px;
//color: #646464;
}

.entry {
Expand Down Expand Up @@ -376,8 +375,6 @@ p {
}

.entry:hover {
background-color: #c5c5c5;

outline: 1px solid $high-contrast-ui-elements-color;
}

Expand Down

0 comments on commit ca30a6c

Please sign in to comment.