Skip to content

Commit 25ca16f

Browse files
committed
updating screenshots
1 parent d22c608 commit 25ca16f

108 files changed

Lines changed: 254 additions & 259 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: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class ThemeStyles
4040
'colorHeaderBackground' => 'theme-color-header-background',
4141
'colorHeaderText' => 'theme-color-header-text',
4242
'colorMenuContrastText' => 'theme-color-menu-contrast-text',
43-
'colorMenuContrastTextSelected' => 'theme-color-menu-contrast-textSelected',
4443
'colorMenuContrastTextActive' => 'theme-color-menu-contrast-textActive',
4544
'colorMenuContrastBackground' => 'theme-color-menu-contrast-background',
4645
'colorWidgetExportedBackgroundBase' => 'theme-color-widget-exported-background-base',
@@ -176,12 +175,7 @@ class ThemeStyles
176175
/**
177176
* @var string|array<string>
178177
*/
179-
public $colorMenuContrastTextSelected = ['#1976D2', '#ccc'];
180-
181-
/**
182-
* @var string|array<string>
183-
*/
184-
public $colorMenuContrastTextActive = ['#3450A3', '#fff'];
178+
public $colorMenuContrastTextActive = ['#1976D2', '#fff'];
185179

186180
/**
187181
* @var string|array<string>
-32 Bytes
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: 42 additions & 42 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
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)