Skip to content

Commit

Permalink
improve disable render
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Sep 17, 2024
1 parent 434ba5e commit c6a7e4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions daikoku/javascript/src/style/layout/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ a.navbar-brand,
.navbar-companion {
z-index: 10;
background-color: $companion_bg-color;
// color: $level1_text-color;
filter: brightness(105%);
height: 100vh;
position: relative;
Expand Down Expand Up @@ -234,7 +233,6 @@ a.navbar-brand,
flex-direction: column;

.companion-title {
// height: 40px;
min-height: 40px;
margin-bottom: 1rem;
overflow: hidden;
Expand Down Expand Up @@ -271,7 +269,7 @@ a.navbar-brand,
}

&.disabled {
color: lighten(#000, 50%);
opacity: 0.5;
cursor: default;
}

Expand Down

0 comments on commit c6a7e4d

Please sign in to comment.