Skip to content

Commit

Permalink
SCSS fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matriks404 committed Feb 24, 2024
1 parent be20220 commit 8827ac7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ p {
.entry:hover {
background-color: #c5c5c5;

outline: 1px solid #4b4b4b;
outline: 1px solid $default-ui-elements-color;
}

.field {
Expand Down Expand Up @@ -375,6 +375,12 @@ p {
border: 2px solid $high-contrast-ui-elements-color;
}

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

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

.id-migratable {
color: $color-migratable-hc;
}
Expand Down
2 changes: 0 additions & 2 deletions site/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ function isAnyEntryWithProperty(entries, property) {
}

function checkEntries(categories) {
var countAirBlock = document.getElementById('display-air-block').checked;

var checks = [
{id: 'unobtainable', property: 'isUnobtainable'},
{id: 'migratable', property: 'isObtainableByMigration'},
Expand Down

0 comments on commit 8827ac7

Please sign in to comment.