Skip to content

Commit

Permalink
remove oak specific stuff :S
Browse files Browse the repository at this point in the history
  • Loading branch information
0xor1 committed Oct 15, 2024
1 parent 4f9a898 commit 970f434
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Common.Client/wwwroot/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -437,15 +437,6 @@ div.rz-header > ul.rz-profile-menu > li.rz-navigation-item > div.rz-navigation-i
display: none;
}

// allow making table row cursor a pointer
.row-clickable{
tbody {
tr:not(.task-row) {
cursor: pointer;
}
}
}

// I dont include 500 weight font so override to 600
.rz-grid-table thead th .rz-column-title{
font-weight: 600;
Expand All @@ -462,10 +453,4 @@ div.rz-header > ul.rz-profile-menu > li.rz-navigation-item > div.rz-navigation-i
padding-bottom: 0.75em;
padding-top: 0.75em;
border-bottom: 1px solid gray;
}

// remove x padding from tab view
.rz-tabview.no-x-pad .rz-tabview-panels .rz-tabview-panel{
padding-left: 0;
padding-right: 0;
}

0 comments on commit 970f434

Please sign in to comment.