Skip to content

Commit dc43bfd

Browse files
committed
Remove extra color in the palette
1 parent d80cfb5 commit dc43bfd

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

core/Plugin/ThemeStyles.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ class ThemeStyles
5353
'colorBackgroundHighContrast' => 'theme-color-background-highContrast',
5454
'colorBackgroundDisabled' => 'theme-color-background-disabled',
5555
'colorBorder' => 'theme-color-border',
56-
'colorBorderActive' => 'theme-color-border-active',
5756
'colorBorderLight' => 'theme-color-border-light',
5857
'colorBoxShadow' => 'theme-color-boxShadow',
5958
'colorCode' => 'theme-color-code',
@@ -238,11 +237,6 @@ class ThemeStyles
238237
*/
239238
public $colorBorderLight = ['#a9a399', '#645e54'];
240239

241-
/**
242-
* @var string|array<string>
243-
*/
244-
public $colorBorderActive = ['#1976D2', '#42A5F5'];
245-
246240
/**
247241
* @var string|array<string>
248242
*/

plugins/CoreHome/stylesheets/selector.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@_selector-button_color-background: @theme-color-background-contrast;
33
@_selector-button_color-background-hover: @theme-color-background-contrast;
44
@_selector-button_border: 1px solid @theme-color-border;
5-
@_selector-button_border-active: 1px solid @theme-color-border-active;
5+
@_selector-button_border-active: 1px solid @theme-color-link;
66
@_selector-button_border-radius: 8px;
77
@_selector-button_box-shadow: none;
88

0 commit comments

Comments
 (0)