Skip to content

Commit

Permalink
fix: radioList css, broken require
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed May 30, 2024
1 parent a757fcf commit af030ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ require("angular-filter/index.js")

require("./lib/jquery.tooltip.pack.js")

require("./scripts/widgets.js")
require("./scripts/main.js")
require("./scripts/app.js")
require("./scripts/search_controllers.js")
Expand Down
5 changes: 5 additions & 0 deletions app/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,11 @@ a {
}
}

.radioList_selected {
color: black !important;
cursor: default;
}

.hits_picture_table {
border : 1px solid lightgrey;
width: 100%;
Expand Down

0 comments on commit af030ec

Please sign in to comment.