mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 03:00:57 +00:00
feat: make bookmark bar bg slightly darker
This commit is contained in:
parent
b30aaad07a
commit
08053159d2
3 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="wrapper bgc-primary mat-elevation-z3">
|
||||
<div class="wrapper mat-elevation-z3">
|
||||
<button [matMenuTriggerFor]="mainMenu"
|
||||
[style.pointer-events]="isMainMenuDisabled ? 'none' : 'all'"
|
||||
(menuOpened)="isMainMenuDisabled = true"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ $navBp2Lines: 680px;
|
|||
$navBpShrinking: 900px;
|
||||
$mobileHorizontalPadding: 8px;
|
||||
|
||||
.wrapper{
|
||||
@include mat-css-color-and-contrast(500);
|
||||
}
|
||||
|
||||
:host-context(.isMac.isElectron) {
|
||||
.wrapper {
|
||||
-webkit-app-region: drag;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ $listControlsWidth: 36px;
|
|||
$bookmarkMinWidth: 56px;
|
||||
|
||||
:host {
|
||||
@include mat-css-color-and-contrast(700);
|
||||
@include mat-css-color-and-contrast(800);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue