-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
293 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
@use '../share/mixin' as mixin; | ||
@use '../share/theme' as theme; | ||
|
||
.luna-menu-bar { | ||
border-bottom: 1px solid theme.$color-border; | ||
@include mixin.component(); | ||
border-bottom: 1px solid $color-border; | ||
} | ||
|
||
.menu-list { | ||
font-size: 0; | ||
@include clear-float(); | ||
@include mixin.clear-float(); | ||
} | ||
|
||
.menu-item { | ||
font-size: #{$font-size-s-m}px; | ||
font-size: #{theme.$font-size-s-m}px; | ||
padding: 2px 6px; | ||
cursor: default; | ||
display: block; | ||
float: left; | ||
user-select: none; | ||
&:hover { | ||
color: $color-text; | ||
background: $color-fill-secondary; | ||
color: theme.$color-text; | ||
background: theme.$color-fill-secondary; | ||
} | ||
} | ||
|
||
.theme-dark { | ||
border-color: $color-border-dark; | ||
border-color: theme.$color-border-dark; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.