Skip to content

Commit

Permalink
fix(window): remove opacity of window titlebar actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Feb 25, 2021
1 parent e8df2cf commit 2e73af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material/scss/window/_variables.scss
Expand Up @@ -15,8 +15,8 @@ $window-title-line-height: 1.6 !default;

$window-actions-gap: null !default;

$window-action-opacity: .54 !default;
$window-action-hover-opacity: .87 !default;
$window-action-opacity: null !default;
$window-action-hover-opacity: null !default;

$window-inner-padding-x: 24px !default;
$window-inner-padding-y: 8px !default;
Expand Down

0 comments on commit 2e73af8

Please sign in to comment.