Skip to content

Commit

Permalink
Show gene search icon on row hover
Browse files Browse the repository at this point in the history
  • Loading branch information
arishta authored and arishta-dev committed Dec 19, 2024
1 parent cf4524a commit 397ca56
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/pages/studyView/table/tables.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ $study-view-table-icon-size: 10px;
display: flex !important;
opacity: 0.5;
}
&:hover {
.addGeneUI {
@extend %addGeneUIHover;
}
}
.addGeneUI {
display: none;
&.selected {
Expand Down Expand Up @@ -111,6 +106,12 @@ $study-view-table-icon-size: 10px;

.row {
font-size: 13px;

&:hover {
.addGeneUI {
@extend %addGeneUIHover;
}
}
}

.oddRow {
Expand Down

0 comments on commit 397ca56

Please sign in to comment.