Skip to content

Commit

Permalink
fix(projectsTable): use default cursor for non-clickable message row (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek authored Nov 6, 2024
1 parent e41ba34 commit ec5f4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/projects/projectViews.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.banner {
display: flex;
justify-content: space-between;
margin: 24px 24px 0 24px;
margin: 24px 24px 0;
padding: 12px;
background-color: colors.$kobo-light-blue;
border-radius: 5px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ $projects-table-row-height: 36px;
font-size: 1.2rem;
justify-content: center;
text-align: center;
cursor: initial;
}

.headerLabel {
Expand Down

0 comments on commit ec5f4f8

Please sign in to comment.