Fix top menu opacity
This commit is contained in:
parent
269f789be1
commit
3d2078d6a5
4 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
.plugin-version {
|
||||
opacity: 0.6;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.plugin-icon {
|
||||
|
|
|
@ -49,7 +49,7 @@ $input-border-radius: 3px;
|
|||
|
||||
svg {
|
||||
stroke: var(--mainForegroundColor);
|
||||
opacity: 0.6;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
|
|
4
client/src/sass/bootstrap.scss
vendored
4
client/src/sass/bootstrap.scss
vendored
|
@ -187,7 +187,7 @@
|
|||
font-weight: $font-semibold !important;
|
||||
|
||||
.nav-link {
|
||||
opacity: 0.6 !important;
|
||||
opacity: 0.7 !important;
|
||||
|
||||
&.active,
|
||||
&:hover,
|
||||
|
@ -211,7 +211,7 @@
|
|||
font-weight: $font-semibold;
|
||||
border: 0;
|
||||
border-bottom: 2px solid transparent;
|
||||
opacity: 0.6;
|
||||
opacity: 0.7;
|
||||
|
||||
&.active {
|
||||
color: pvar(--mainForegroundColor);
|
||||
|
|
|
@ -102,7 +102,7 @@ label + .form-group-description {
|
|||
@include disable-default-a-behaviour;
|
||||
@include margin-right(55px);
|
||||
|
||||
opacity: 0.6;
|
||||
opacity: 0.7;
|
||||
color: pvar(--mainForegroundColor);
|
||||
display: inline-block;
|
||||
font-weight: $font-semibold;
|
||||
|
|
Loading…
Reference in a new issue