Merge lp:~3v1n0/ubuntu-themes/headerbar-maximized-destructive-suggested-actions into lp:ubuntu-themes/artful

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 588
Merged at revision: 587
Proposed branch: lp:~3v1n0/ubuntu-themes/headerbar-maximized-destructive-suggested-actions
Merge into: lp:ubuntu-themes/artful
Diff against target: 505 lines (+392/-2)
2 files modified
Ambiance/gtk-3.20/gtk-widgets.css (+196/-1)
Radiance/gtk-3.20/gtk-widgets.css (+196/-1)
To merge this branch: bzr merge lp:~3v1n0/ubuntu-themes/headerbar-maximized-destructive-suggested-actions
Reviewer Review Type Date Requested Status
Ubuntu Artwork Packagers Pending
Review via email: mp+333729@code.launchpad.net

Commit message

Ambiance, Radiance: Use inverted gradient for button actions in maximized titlebars

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ambiance/gtk-3.20/gtk-widgets.css'
--- Ambiance/gtk-3.20/gtk-widgets.css 2017-10-12 05:18:40 +0000
+++ Ambiance/gtk-3.20/gtk-widgets.css 2017-11-15 06:51:54 +0000
@@ -67,7 +67,8 @@
67 border-color: transparent;67 border-color: transparent;
68}68}
6969
70button.destructive-action {70button.destructive-action,
71headerbar button.destructive-action {
71 color: white;72 color: white;
72 text-shadow: 0 1px alpha (shade (@error_bg_color, 1.55), 0.4);73 text-shadow: 0 1px alpha (shade (@error_bg_color, 1.55), 0.4);
73 background-color: shade (@error_bg_color, 1.1);74 background-color: shade (@error_bg_color, 1.1);
@@ -312,6 +313,26 @@
312 box-shadow: none;313 box-shadow: none;
313}314}
314315
316.horizontal.linked button:not(:only-child) {
317 background-clip: padding-box;
318}
319
320.horizontal.linked button.suggested-action:first-child,
321.horizontal.linked button.destructive-action:first-child {
322 border-left-width: 1px;
323 border-radius: 8px 0 0 8px;
324}
325
326.horizontal.linked button.suggested-action:not(:only-child):not(:first-child):not(:last-child) {
327 border-radius: 0;
328}
329
330.horizontal.linked button.suggested-action:last-child,
331.horizontal.linked button.destructive-action:last-child {
332 border-right-width: 1px;
333 border-radius: 0 8px 8px 0;
334}
335
315.linked.vertical button:backdrop:not(:only-child),336.linked.vertical button:backdrop:not(:only-child),
316.linked.vertical button.destructive-action:backdrop:not(:only-child),337.linked.vertical button.destructive-action:backdrop:not(:only-child),
317.linked.vertical button:disabled:not(:only-child),338.linked.vertical button:disabled:not(:only-child),
@@ -2567,12 +2588,28 @@
2567 border-radius: 12px;2588 border-radius: 12px;
2568}2589}
25692590
2591.primary-toolbar button.suggested-action:not(:disabled),
2592.maximized headerbar button.suggested-action:not(:disabled),
2593.maximized .titlebar:not(headerbar) button.suggested-action:not(:disabled) {
2594 background-image: -gtk-gradient (linear, left top, left bottom,
2595 from (shade (@suggested_action_bg, 0.90)),
2596 to (shade (@suggested_action_bg, 1.10)));
2597}
2598
2570headerbar button.suggested-action:hover {2599headerbar button.suggested-action:hover {
2571 background-image: -gtk-gradient (linear, left top, left bottom,2600 background-image: -gtk-gradient (linear, left top, left bottom,
2572 from (shade (@suggested_action_bg, 0.93)),2601 from (shade (@suggested_action_bg, 0.93)),
2573 to (shade (@suggested_action_bg, 0.75)));2602 to (shade (@suggested_action_bg, 0.75)));
2574}2603}
25752604
2605.primary-toolbar button.suggested-action:hover,
2606.maximized headerbar button.suggested-action:hover,
2607.maximized .titlebar:not(headerbar) button.suggested-action:hover {
2608 background-image: -gtk-gradient (linear, left top, left bottom,
2609 from (shade (@suggested_action_bg, 0.75)),
2610 to (shade (@suggested_action_bg, 0.93)));
2611}
2612
2576headerbar button.suggested-action:backdrop:not(:disabled) * {2613headerbar button.suggested-action:backdrop:not(:disabled) * {
2577 color: shade (white, 0.65);2614 color: shade (white, 0.65);
2578}2615}
@@ -2583,12 +2620,28 @@
2583 to (shade (@suggested_action_bg, 0.65)));2620 to (shade (@suggested_action_bg, 0.65)));
2584}2621}
25852622
2623.primary-toolbar button.suggested-action:backdrop:not(:disabled),
2624.maximized headerbar button.suggested-action:backdrop:not(:disabled),
2625.maximized .titlebar:not(headerbar) button.suggested-action:backdrop:not(:disabled) {
2626 background-image: -gtk-gradient (linear, left top, left bottom,
2627 from (shade (@suggested_action_bg, 0.65)),
2628 to (shade (@suggested_action_bg, 0.65)));
2629}
2630
2586headerbar button.suggested-action:hover:backdrop {2631headerbar button.suggested-action:hover:backdrop {
2587 background-image: -gtk-gradient (linear, left top, left bottom,2632 background-image: -gtk-gradient (linear, left top, left bottom,
2588 from (shade (@suggested_action_bg, 0.77)),2633 from (shade (@suggested_action_bg, 0.77)),
2589 to (shade (@suggested_action_bg, 0.75)));2634 to (shade (@suggested_action_bg, 0.75)));
2590}2635}
25912636
2637.primary-toolbar button.suggested-action:hover:backdrop,
2638.maximized headerbar button.suggested-action:hover:backdrop,
2639.maximized .titlebar:not(headerbar) button.suggested-action:hover:backdrop {
2640 background-image: -gtk-gradient (linear, left top, left bottom,
2641 from (shade (@suggested_action_bg, 0.75)),
2642 to (shade (@suggested_action_bg, 0.77)));
2643}
2644
2592headerbar button.suggested-action:hover:backdrop * {2645headerbar button.suggested-action:hover:backdrop * {
2593 color: shade (white, 0.67);2646 color: shade (white, 0.67);
2594}2647}
@@ -2599,11 +2652,153 @@
2599 to (shade (@suggested_action_bg, 0.65)));2652 to (shade (@suggested_action_bg, 0.65)));
2600}2653}
26012654
2655.primary-toolbar button.suggested-action:active,
2656.maximized headerbar button.suggested-action:active,
2657.maximized .titlebar:not(headerbar) button.suggested-action:active {
2658 background-image: -gtk-gradient (linear, left top, left bottom,
2659 from (shade (@suggested_action_bg, 0.65)),
2660 to (shade (@suggested_action_bg, 0.80)));
2661}
2662
2602headerbar button.suggested-action:disabled * {2663headerbar button.suggested-action:disabled * {
2603 color: @fg_color;2664 color: @fg_color;
2604 text-shadow: none;2665 text-shadow: none;
2605}2666}
26062667
2668.primary-toolbar .linked button.suggested-action,
2669headerbar .linked button.suggested-action {
2670 box-shadow: inset 1px 0 @suggested_action_bg,
2671 inset -1px 0 shade (@suggested_action_bg, 0.65);
2672}
2673
2674.primary-toolbar .linked button.suggested-action:first-child,
2675headerbar .linked button.suggested-action:first-child {
2676 box-shadow: inset -1px 0 shade (@suggested_action_bg, 0.65);
2677}
2678
2679.primary-toolbar .linked button.suggested-action:last-child,
2680headerbar .linked button.suggested-action:last-child {
2681 box-shadow: inset 1px 0 @suggested_action_bg;
2682}
2683
2684.primary-toolbar .linked button.suggested-action:backdrop,
2685headerbar .linked button.suggested-action:backdrop {
2686 box-shadow: inset 1px 0 shade (@suggested_action_bg, 0.65),
2687 inset -1px 0 shade (@suggested_action_bg, 0.65);
2688}
2689
2690/* destructive action */
2691headerbar button.destructive-action:not(:disabled) * {
2692 color: white;
2693 text-shadow: 0 -1px shade (@dark_bg_color, 1.2);
2694}
2695
2696headerbar button.destructive-action:not(:disabled) {
2697 background-image: -gtk-gradient (linear, left top, left bottom,
2698 from (shade (@error_bg_color, 1.10)),
2699 to (shade (@error_bg_color, 0.90)));
2700 border-radius: 12px;
2701}
2702
2703.primary-toolbar button.destructive-action:not(:disabled),
2704.maximized headerbar button.destructive-action:not(:disabled),
2705.maximized .titlebar:not(headerbar) button.destructive-action:not(:disabled) {
2706 background-image: -gtk-gradient (linear, left top, left bottom,
2707 from (shade (@error_bg_color, 0.90)),
2708 to (shade (@error_bg_color, 1.10)));
2709}
2710
2711headerbar button.destructive-action:hover {
2712 background-image: -gtk-gradient (linear, left top, left bottom,
2713 from (shade (@error_bg_color, 0.93)),
2714 to (shade (@error_bg_color, 0.75)));
2715}
2716
2717.primary-toolbar button.destructive-action:hover,
2718.maximized headerbar button.destructive-action:hover,
2719.maximized .titlebar:not(headerbar) button.destructive-action:hover {
2720 background-image: -gtk-gradient (linear, left top, left bottom,
2721 from (shade (@error_bg_color, 0.75)),
2722 to (shade (@error_bg_color, 0.93)));
2723}
2724
2725headerbar button.destructive-action:backdrop:not(:disabled) * {
2726 color: shade (white, 0.65);
2727}
2728
2729headerbar button.destructive-action:backdrop:not(:disabled) {
2730 background-image: -gtk-gradient (linear, left top, left bottom,
2731 from (shade (@error_bg_color, 0.65)),
2732 to (shade (@error_bg_color, 0.65)));
2733}
2734
2735.primary-toolbar button.destructive-action:backdrop:not(:disabled),
2736.maximized headerbar button.destructive-action:backdrop:not(:disabled),
2737.maximized .titlebar:not(headerbar) button.destructive-action:backdrop:not(:disabled) {
2738 background-image: -gtk-gradient (linear, left top, left bottom,
2739 from (shade (@error_bg_color, 0.65)),
2740 to (shade (@error_bg_color, 0.65)));
2741}
2742
2743headerbar button.destructive-action:hover:backdrop {
2744 background-image: -gtk-gradient (linear, left top, left bottom,
2745 from (shade (@error_bg_color, 0.77)),
2746 to (shade (@error_bg_color, 0.75)));
2747}
2748
2749.primary-toolbar button.destructive-action:hover:backdrop,
2750.maximized headerbar button.destructive-action:hover:backdrop,
2751.maximized .titlebar:not(headerbar) button.destructive-action:hover:backdrop {
2752 background-image: -gtk-gradient (linear, left top, left bottom,
2753 from (shade (@error_bg_color, 0.75)),
2754 to (shade (@error_bg_color, 0.77)));
2755}
2756
2757headerbar button.destructive-action:hover:backdrop * {
2758 color: shade (white, 0.67);
2759}
2760
2761headerbar button.destructive-action:active {
2762 background-image: -gtk-gradient (linear, left top, left bottom,
2763 from (shade (@error_bg_color, 0.80)),
2764 to (shade (@error_bg_color, 0.65)));
2765}
2766
2767.primary-toolbar button.destructive-action:active,
2768.maximized headerbar button.destructive-action:active,
2769.maximized .titlebar:not(headerbar) button.destructive-action:active {
2770 background-image: -gtk-gradient (linear, left top, left bottom,
2771 from (shade (@error_bg_color, 0.65)),
2772 to (shade (@error_bg_color, 0.80)));
2773}
2774
2775headerbar button.destructive-action:disabled * {
2776 color: @fg_color;
2777 text-shadow: none;
2778}
2779
2780.primary-toolbar .linked button.destructive-action,
2781headerbar .linked button.destructive-action {
2782 box-shadow: inset 1px 0 @error_bg_color,
2783 inset -1px 0 shade (@error_bg_color, 0.65);
2784}
2785
2786.primary-toolbar .linked button.destructive-action:first-child,
2787headerbar .linked button.destructive-action:first-child {
2788 box-shadow: inset -1px 0 shade (@error_bg_color, 0.65);
2789}
2790
2791.primary-toolbar .linked button.destructive-action:last-child,
2792headerbar .linked button.destructive-action:last-child {
2793 box-shadow: inset 1px 0 @error_bg_color;
2794}
2795
2796.primary-toolbar .linked button.destructive-action:backdrop,
2797headerbar .linked button.destructive-action:backdrop {
2798 box-shadow: inset 1px 0 shade (@error_bg_color, 0.65),
2799 inset -1px 0 shade (@error_bg_color, 0.65);
2800}
2801
2607.primary-toolbar separator,2802.primary-toolbar separator,
2608.primary-toolbar separator,2803.primary-toolbar separator,
2609.primary-toolbar separator:disabled,2804.primary-toolbar separator:disabled,
26102805
=== modified file 'Radiance/gtk-3.20/gtk-widgets.css'
--- Radiance/gtk-3.20/gtk-widgets.css 2017-10-12 05:18:40 +0000
+++ Radiance/gtk-3.20/gtk-widgets.css 2017-11-15 06:51:54 +0000
@@ -66,7 +66,8 @@
66 border-color: transparent;66 border-color: transparent;
67}67}
6868
69button.destructive-action {69button.destructive-action,
70headerbar button.destructive-action {
70 color: white;71 color: white;
71 text-shadow: 0 1px alpha (shade (@error_bg_color, 1.55), 0.4);72 text-shadow: 0 1px alpha (shade (@error_bg_color, 1.55), 0.4);
72 background-color: shade (@error_bg_color, 1.1);73 background-color: shade (@error_bg_color, 1.1);
@@ -311,6 +312,26 @@
311 box-shadow: none;312 box-shadow: none;
312}313}
313314
315.horizontal.linked button:not(:only-child) {
316 background-clip: padding-box;
317}
318
319.horizontal.linked button.suggested-action:first-child,
320.horizontal.linked button.destructive-action:first-child {
321 border-left-width: 1px;
322 border-radius: 8px 0 0 8px;
323}
324
325.horizontal.linked button.suggested-action:not(:only-child):not(:first-child):not(:last-child) {
326 border-radius: 0;
327}
328
329.horizontal.linked button.suggested-action:last-child,
330.horizontal.linked button.destructive-action:last-child {
331 border-right-width: 1px;
332 border-radius: 0 8px 8px 0;
333}
334
314.linked.vertical button:backdrop:not(:only-child),335.linked.vertical button:backdrop:not(:only-child),
315.linked.vertical button.destructive-action:backdrop:not(:only-child),336.linked.vertical button.destructive-action:backdrop:not(:only-child),
316.linked.vertical button:disabled:not(:only-child),337.linked.vertical button:disabled:not(:only-child),
@@ -2568,12 +2589,28 @@
2568 border-radius: 12px;2589 border-radius: 12px;
2569}2590}
25702591
2592.primary-toolbar button.suggested-action:not(:disabled),
2593.maximized headerbar button.suggested-action:not(:disabled),
2594.maximized .titlebar:not(headerbar) button.suggested-action:not(:disabled) {
2595 background-image: -gtk-gradient (linear, left top, left bottom,
2596 from (shade (@suggested_action_bg, 0.90)),
2597 to (shade (@suggested_action_bg, 1.10)));
2598}
2599
2571headerbar button.suggested-action:hover {2600headerbar button.suggested-action:hover {
2572 background-image: -gtk-gradient (linear, left top, left bottom,2601 background-image: -gtk-gradient (linear, left top, left bottom,
2573 from (shade (@suggested_action_bg, 0.98)),2602 from (shade (@suggested_action_bg, 0.98)),
2574 to (shade (@suggested_action_bg, 0.79)));2603 to (shade (@suggested_action_bg, 0.79)));
2575}2604}
25762605
2606.primary-toolbar button.suggested-action:hover,
2607.maximized headerbar button.suggested-action:hover,
2608.maximized .titlebar:not(headerbar) button.suggested-action:hover {
2609 background-image: -gtk-gradient (linear, left top, left bottom,
2610 from (shade (@suggested_action_bg, 0.75)),
2611 to (shade (@suggested_action_bg, 0.93)));
2612}
2613
2577headerbar button.suggested-action:backdrop:not(:disabled) * {2614headerbar button.suggested-action:backdrop:not(:disabled) * {
2578 color: alpha (white, 0.65);2615 color: alpha (white, 0.65);
2579}2616}
@@ -2584,12 +2621,28 @@
2584 to (alpha (@suggested_action_bg, 0.80)));2621 to (alpha (@suggested_action_bg, 0.80)));
2585}2622}
25862623
2624.primary-toolbar button.suggested-action:backdrop:not(:disabled),
2625.maximized headerbar button.suggested-action:backdrop:not(:disabled),
2626.maximized .titlebar:not(headerbar) button.suggested-action:backdrop:not(:disabled) {
2627 background-image: -gtk-gradient (linear, left top, left bottom,
2628 from (alpha (@suggested_action_bg, 0.80)),
2629 to (alpha (@suggested_action_bg, 0.80)));
2630}
2631
2587headerbar button.suggested-action:hover:backdrop {2632headerbar button.suggested-action:hover:backdrop {
2588 background-image: -gtk-gradient (linear, left top, left bottom,2633 background-image: -gtk-gradient (linear, left top, left bottom,
2589 from (alpha (@suggested_action_bg, 0.70)),2634 from (alpha (@suggested_action_bg, 0.70)),
2590 to (alpha (@suggested_action_bg, 0.69)));2635 to (alpha (@suggested_action_bg, 0.69)));
2591}2636}
25922637
2638.primary-toolbar button.suggested-action:hover:backdrop,
2639.maximized headerbar button.suggested-action:hover:backdrop,
2640.maximized .titlebar:not(headerbar) button.suggested-action:hover:backdrop {
2641 background-image: -gtk-gradient (linear, left top, left bottom,
2642 from (alpha (@suggested_action_bg, 0.69)),
2643 to (alpha (@suggested_action_bg, 0.70)));
2644}
2645
2593headerbar button.suggested-action:hover:backdrop * {2646headerbar button.suggested-action:hover:backdrop * {
2594 color: alpha (white, 0.67);2647 color: alpha (white, 0.67);
2595}2648}
@@ -2600,11 +2653,153 @@
2600 to (shade (@suggested_action_bg, 0.70)));2653 to (shade (@suggested_action_bg, 0.70)));
2601}2654}
26022655
2656.primary-toolbar button.suggested-action:active,
2657.maximized headerbar button.suggested-action:active,
2658.maximized .titlebar:not(headerbar) button.suggested-action:active {
2659 background-image: -gtk-gradient (linear, left top, left bottom,
2660 from (shade (@suggested_action_bg, 0.65)),
2661 to (shade (@suggested_action_bg, 0.80)));
2662}
2663
2603headerbar button.suggested-action:disabled * {2664headerbar button.suggested-action:disabled * {
2604 color: @fg_color;2665 color: @fg_color;
2605 text-shadow: none;2666 text-shadow: none;
2606}2667}
26072668
2669.primary-toolbar .linked button.suggested-action,
2670headerbar .linked button.suggested-action {
2671 box-shadow: inset 1px 0 @suggested_action_bg,
2672 inset -1px 0 shade (@suggested_action_bg, 0.65);
2673}
2674
2675.primary-toolbar .linked button.suggested-action:first-child,
2676headerbar .linked button.suggested-action:first-child {
2677 box-shadow: inset -1px 0 shade (@suggested_action_bg, 0.65);
2678}
2679
2680.primary-toolbar .linked button.suggested-action:last-child,
2681headerbar .linked button.suggested-action:last-child {
2682 box-shadow: inset 1px 0 @suggested_action_bg;
2683}
2684
2685.primary-toolbar .linked button.suggested-action:backdrop,
2686headerbar .linked button.suggested-action:backdrop {
2687 box-shadow: inset 1px 0 shade (@suggested_action_bg, 0.65),
2688 inset -1px 0 shade (@suggested_action_bg, 0.65);
2689}
2690
2691/* destructive action */
2692headerbar button.destructive-action:not(:disabled) * {
2693 color: white;
2694 text-shadow: 0 -1px shade (@dark_bg_color, 1.2);
2695}
2696
2697headerbar button.destructive-action:not(:disabled) {
2698 background-image: -gtk-gradient (linear, left top, left bottom,
2699 from (shade (@error_bg_color, 1.10)),
2700 to (shade (@error_bg_color, 0.90)));
2701 border-radius: 12px;
2702}
2703
2704.primary-toolbar button.destructive-action:not(:disabled),
2705.maximized headerbar button.destructive-action:not(:disabled),
2706.maximized .titlebar:not(headerbar) button.destructive-action:not(:disabled) {
2707 background-image: -gtk-gradient (linear, left top, left bottom,
2708 from (shade (@error_bg_color, 0.90)),
2709 to (shade (@error_bg_color, 1.10)));
2710}
2711
2712headerbar button.destructive-action:hover {
2713 background-image: -gtk-gradient (linear, left top, left bottom,
2714 from (shade (@error_bg_color, 0.93)),
2715 to (shade (@error_bg_color, 0.75)));
2716}
2717
2718.primary-toolbar button.destructive-action:hover,
2719.maximized headerbar button.destructive-action:hover,
2720.maximized .titlebar:not(headerbar) button.destructive-action:hover {
2721 background-image: -gtk-gradient (linear, left top, left bottom,
2722 from (shade (@error_bg_color, 0.75)),
2723 to (shade (@error_bg_color, 0.93)));
2724}
2725
2726headerbar button.destructive-action:backdrop:not(:disabled) * {
2727 color: shade (white, 0.65);
2728}
2729
2730headerbar button.destructive-action:backdrop:not(:disabled) {
2731 background-image: -gtk-gradient (linear, left top, left bottom,
2732 from (shade (@error_bg_color, 0.65)),
2733 to (shade (@error_bg_color, 0.65)));
2734}
2735
2736.primary-toolbar button.destructive-action:backdrop:not(:disabled),
2737.maximized headerbar button.destructive-action:backdrop:not(:disabled),
2738.maximized .titlebar:not(headerbar) button.destructive-action:backdrop:not(:disabled) {
2739 background-image: -gtk-gradient (linear, left top, left bottom,
2740 from (shade (@error_bg_color, 0.65)),
2741 to (shade (@error_bg_color, 0.65)));
2742}
2743
2744headerbar button.destructive-action:hover:backdrop {
2745 background-image: -gtk-gradient (linear, left top, left bottom,
2746 from (shade (@error_bg_color, 0.77)),
2747 to (shade (@error_bg_color, 0.75)));
2748}
2749
2750.primary-toolbar button.destructive-action:hover:backdrop,
2751.maximized headerbar button.destructive-action:hover:backdrop,
2752.maximized .titlebar:not(headerbar) button.destructive-action:hover:backdrop {
2753 background-image: -gtk-gradient (linear, left top, left bottom,
2754 from (shade (@error_bg_color, 0.75)),
2755 to (shade (@error_bg_color, 0.77)));
2756}
2757
2758headerbar button.destructive-action:hover:backdrop * {
2759 color: shade (white, 0.67);
2760}
2761
2762headerbar button.destructive-action:active {
2763 background-image: -gtk-gradient (linear, left top, left bottom,
2764 from (shade (@error_bg_color, 0.80)),
2765 to (shade (@error_bg_color, 0.65)));
2766}
2767
2768.primary-toolbar button.destructive-action:active,
2769.maximized headerbar button.destructive-action:active,
2770.maximized .titlebar:not(headerbar) button.destructive-action:active {
2771 background-image: -gtk-gradient (linear, left top, left bottom,
2772 from (shade (@error_bg_color, 0.65)),
2773 to (shade (@error_bg_color, 0.80)));
2774}
2775
2776headerbar button.destructive-action:disabled * {
2777 color: @fg_color;
2778 text-shadow: none;
2779}
2780
2781.primary-toolbar .linked button.destructive-action,
2782headerbar .linked button.destructive-action {
2783 box-shadow: inset 1px 0 @error_bg_color,
2784 inset -1px 0 shade (@error_bg_color, 0.65);
2785}
2786
2787.primary-toolbar .linked button.destructive-action:first-child,
2788headerbar .linked button.destructive-action:first-child {
2789 box-shadow: inset -1px 0 shade (@error_bg_color, 0.65);
2790}
2791
2792.primary-toolbar .linked button.destructive-action:last-child,
2793headerbar .linked button.destructive-action:last-child {
2794 box-shadow: inset 1px 0 @error_bg_color;
2795}
2796
2797.primary-toolbar .linked button.destructive-action:backdrop,
2798headerbar .linked button.destructive-action:backdrop {
2799 box-shadow: inset 1px 0 shade (@error_bg_color, 0.65),
2800 inset -1px 0 shade (@error_bg_color, 0.65);
2801}
2802
2608.primary-toolbar separator,2803.primary-toolbar separator,
2609.primary-toolbar separator,2804.primary-toolbar separator,
2610.primary-toolbar separator:disabled,2805.primary-toolbar separator:disabled,

Subscribers

People subscribed via source and target branches