File tree Expand file tree Collapse file tree
plugins/CoreHome/stylesheets Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments