kopia lustrzana https://github.com/nolanlawson/pinafore
fix: lighten button colors on some themes (#2331)
rodzic
a85ff62d48
commit
b5cad87aaf
|
@ -12,3 +12,10 @@ $compose-background: lighten($main-theme-color, 17%);
|
|||
|
||||
@import "_base.scss";
|
||||
@import "_light_scrollbars.scss";
|
||||
|
||||
:root {
|
||||
// make the action buttons a bit lighter
|
||||
--action-button-fill-color: #{lighten($main-theme-color, 17%)};
|
||||
--action-button-fill-color-hover: #{lighten($main-theme-color, 10%)};
|
||||
--action-button-fill-color-active: #{lighten($main-theme-color, 5%)};
|
||||
}
|
||||
|
|
|
@ -12,3 +12,10 @@ $compose-background: lighten($main-theme-color, 32%);
|
|||
|
||||
@import "_base.scss";
|
||||
@import "_light_scrollbars.scss";
|
||||
|
||||
:root {
|
||||
// make the action buttons a bit lighter
|
||||
--action-button-fill-color: #{lighten($main-theme-color, 17%)};
|
||||
--action-button-fill-color-hover: #{lighten($main-theme-color, 10%)};
|
||||
--action-button-fill-color-active: #{lighten($main-theme-color, 5%)};
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue