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 25, 2024
1 parent 28c846f commit 0d37ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/js/natural_js/css/natural.ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@ a.btn_elevated__, input[type='button'].btn_elevated__, button.btn_elevated__ {
display: inline-block;
position: absolute;
top: 50%;
left: calc(100% - var(--njs-toggle-switch-height));
left: calc(100% - (var(--njs-toggle-switch-height) - 1px));
transform: translateY(-50%);
font-size: 75%;
color: var(--md-sys-color-on-primary-container);
Expand Down

0 comments on commit 0d37ac0

Please sign in to comment.