Skip to content

Commit

Permalink
remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
d1vyanshu-kumar committed Jan 28, 2025
1 parent 55a1e6e commit 3943fea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,10 @@ they get cut off in Windows.
height: 30px;
grid-gap: 10px;
border-radius: 4px;
background: background-color;
}

.ode-ProjectRowUnHighlighted.ode-ProjectRow-Highlighted {
background-color: rgba(167, 36, 122, 0.21) !important;
}

.ode-ProjectFolderList {
Expand Down
6 changes: 5 additions & 1 deletion appinventor/appengine/war/static/css/Ya.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,11 @@ div.StatusPanel {
vertical-align: center;
}

.ode-ProjectRow-Highlighted {
.ode-ProjectRow.ode-ProjectRowHighlighted {
background-color: #fff6c3;
}

.ode-ProjectRow.ode-ProjectRow-Highlighted {
background-color: #fff6c3;
}

Expand Down

0 comments on commit 3943fea

Please sign in to comment.