Skip to content

Commit f6c3eae

Browse files
authored
Merge pull request #7290 from nextcloud-libraries/automated/17017112591/server-styling-update
[stable8] Automated styling update from server
2 parents 17819d5 + e7f4eff commit f6c3eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styleguide/assets/default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
--header-menu-item-height: 44px;
8080
/* An alpha mask to be applied to all icons on the navigation bar (header menu).
8181
* Icons are have a size of 20px but usually we use MDI which have a content of 16px so 2px padding top bottom,
82-
* for better gradient we set those 2px (10% of height) as start and stop positions, this is also somewhat size agnostic as we only depend on the percentage.
82+
* for better gradient we must at first begin at those 2px (10% of height) as start and stop positions.
8383
*/
84-
--header-menu-icon-mask: linear-gradient(var(--color-background-plain-text) 10%, color-mix(in srgb, var(--color-background-plain-text), 25% transparent) 90%) alpha;
84+
--header-menu-icon-mask: linear-gradient(var(--color-background-plain-text) 25%, color-mix(in srgb, var(--color-background-plain-text), 55% transparent) 90%) alpha;
8585

8686
--navigation-width: 300px;
8787
--sidebar-min-width: 300px;

0 commit comments

Comments
 (0)