Skip to content

Commit c9ccaf7

Browse files
committed
updating screenshots
1 parent 8ea4cb8 commit c9ccaf7

171 files changed

Lines changed: 386 additions & 384 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/Plugin/ThemeStyles.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ class ThemeStyles
176176
/**
177177
* @var string|array<string>
178178
*/
179-
public $colorMenuContrastTextSelected = ['#1976D2', '#ccc'];
179+
public $colorMenuContrastTextSelected;
180180

181181
/**
182182
* @var string|array<string>
183183
*/
184-
public $colorMenuContrastTextActive = ['#3450A3', '#fff'];
184+
public $colorMenuContrastTextActive = ['#1976D2', '#fff'];
185185

186186
/**
187187
* @var string|array<string>
@@ -283,6 +283,7 @@ public function __construct(string $themeMode)
283283
$this->themeMode = $themeMode;
284284
$this->colorFocusRingAlternative = $this->colorBrand;
285285
$this->colorMenuContrastText = $this->colorText;
286+
$this->colorMenuContrastTextSelected = $this->colorMenuContrastText;
286287
$this->colorMenuContrastBackground = $this->colorBackgroundContrast;
287288
$this->colorWidgetExportedBackgroundBase = $this->colorBackgroundContrast;
288289
$this->colorWidgetTitleText = $this->colorText;
-32 Bytes
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions

plugins/CoreHome/stylesheets/layout.less

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ nav {
210210

211211
#secondNavBar {
212212
flex: 0 0 224px;
213+
width: 224px;
214+
min-height: 100vh;
213215
background-color: @theme-color-menu-contrast-background;
214216
box-shadow: none !important;
215217
padding: 16px 12px;
@@ -229,6 +231,7 @@ nav {
229231
@media all and (max-width: 992px) {
230232
#secondNavBar {
231233
width: 0 !important;
234+
min-height: 0;
232235
.quick-access {
233236
margin-left: 16px;
234237
z-index: 1000;
@@ -269,8 +272,6 @@ nav {
269272
}
270273

271274
#secondNavBar {
272-
width: 224px;
273-
min-height: 100vh;
274275
flex: none;
275276
background-color: @theme-color-menu-contrast-background;
276277
box-shadow: none !important;
@@ -397,7 +398,7 @@ nav {
397398
&.active {
398399
> .menuDropdown,
399400
> .item {
400-
color: @theme-color-menu-contrast-textSelected;
401+
color: @theme-color-menu-contrast-textActive;
401402
background-color: @theme-color-menu-contrast-backgroundHover;
402403
text-decoration: none;
403404
border-radius: 8px;
@@ -408,9 +409,9 @@ nav {
408409
}
409410
li.active, li:hover {
410411
>.item {
411-
color: @theme-color-menu-contrast-textSelected;
412+
color: @theme-color-menu-contrast-textActive;
412413
.menu-icon {
413-
color: @theme-color-menu-contrast-textSelected;
414+
color: @theme-color-menu-contrast-textActive;
414415
}
415416
}
416417
}
@@ -440,7 +441,7 @@ nav {
440441
}
441442

442443
.title {
443-
color: @theme-color-menu-contrast-text;
444+
color: @theme-color-menu-contrast-textActive;
444445
padding: 10px 10px 10px 36px;
445446
font-size: 13px;
446447
font-weight: normal;
Lines changed: 2 additions & 2 deletions

plugins/CoreHome/vue/dist/CoreHome.umd.min.js

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)