mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
cleanup header actions
This commit is contained in:
committed by
Sheena Malhotra
parent
cddb2a1fcf
commit
a25cd8a1d5
@@ -36,9 +36,6 @@ $sidenav-background-color: #f8f8f8;
|
||||
$selected-text-color: #212121;
|
||||
$selected-background-color: rgba(31, 116, 219, 0.24);
|
||||
$action-button-text-color: rgba(33, 35, 40, 0.7);
|
||||
$tooltip-background-color: #ffffff;
|
||||
$create-button-text-color: #212121;
|
||||
$upload-button-background-color: #2A7DE1;
|
||||
$page-layout-header-background-color: #ffffff;
|
||||
|
||||
// CSS Variables
|
||||
@@ -83,12 +80,7 @@ $defaults: (
|
||||
--theme-hover-background-color: $grey-text-background,
|
||||
--theme-action-button-text-color: $action-button-text-color,
|
||||
--theme-header-border-color: $grey-background,
|
||||
--theme-tooltip-background-color: $tooltip-background-color,
|
||||
--theme-page-layout-header-background-color: $page-layout-header-background-color,
|
||||
--theme-create-button-background-color: $grey-text-background,
|
||||
--theme-create-button-text-color: $create-button-text-color,
|
||||
--theme-upload-button-background-color: $upload-button-background-color,
|
||||
--theme-upload-button-text-color: $pagination-background-color,
|
||||
);
|
||||
|
||||
// propagates SCSS variables into the CSS variables scope
|
||||
|
Reference in New Issue
Block a user