Skip to content

Commit

Permalink
Working on removing Material Design 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Jun 24, 2024
1 parent e465fb4 commit eb5f869
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/resources/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,6 @@ th, tfoot td {
list-style: none;
}

.list__>li:first-child {
border-radius: var(--njs-border-radius-l) var(--njs-border-radius-l) 0 0;
}

.list__>li:last-child {
border-radius: 0 0 var(--njs-border-radius-l) var(--njs-border-radius-l);
}

.list__>li {
margin: 0;
padding: 0px 5px;
Expand Down
9 changes: 9 additions & 0 deletions src/main/resources/static/css/common.pub.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,13 @@ thead:first-child tr:first-child th:first-child {
}
thead:first-child tr:first-child th:last-child {
border-top-right-radius: var(--njs-border-radius-l);
}

/* N.list */
.list__>li:first-child {
border-radius: var(--njs-border-radius-l) var(--njs-border-radius-l) 0 0;
}

.list__>li:last-child {
border-radius: 0 0 var(--njs-border-radius-l) var(--njs-border-radius-l);
}

0 comments on commit eb5f869

Please sign in to comment.