Merge lp:~c-lobrano/ubuntu-themes/bug-1721102 into lp:ubuntu-themes/artful

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 585
Merged at revision: 590
Proposed branch: lp:~c-lobrano/ubuntu-themes/bug-1721102
Merge into: lp:ubuntu-themes/artful
Diff against target: 61 lines (+40/-0)
2 files modified
Ambiance/gtk-3.20/gtk-widgets.css (+20/-0)
Radiance/gtk-3.20/gtk-widgets.css (+20/-0)
To merge this branch: bzr merge lp:~c-lobrano/ubuntu-themes/bug-1721102
Reviewer Review Type Date Requested Status
Ubuntu Artwork Packagers Pending
Review via email: mp+333732@code.launchpad.net

Commit message

Ambiance, Radiance: fix horizontal linked suggested-action and destructive-action

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:54:13 +0000
@@ -312,6 +312,26 @@
312 box-shadow: none;312 box-shadow: none;
313}313}
314314
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
315.linked.vertical button:backdrop:not(:only-child),335.linked.vertical button:backdrop:not(:only-child),
316.linked.vertical button.destructive-action:backdrop:not(:only-child),336.linked.vertical button.destructive-action:backdrop:not(:only-child),
317.linked.vertical button:disabled:not(:only-child),337.linked.vertical button:disabled:not(:only-child),
318338
=== 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:54:13 +0000
@@ -311,6 +311,26 @@
311 box-shadow: none;311 box-shadow: none;
312}312}
313313
314.horizontal.linked button:not(:only-child) {
315 background-clip: padding-box;
316}
317
318.horizontal.linked button.suggested-action:first-child,
319.horizontal.linked button.destructive-action:first-child {
320 border-left-width: 1px;
321 border-radius: 8px 0 0 8px;
322}
323
324.horizontal.linked button.suggested-action:not(:only-child):not(:first-child):not(:last-child) {
325 border-radius: 0;
326}
327
328.horizontal.linked button.suggested-action:last-child,
329.horizontal.linked button.destructive-action:last-child {
330 border-right-width: 1px;
331 border-radius: 0 8px 8px 0;
332}
333
314.linked.vertical button:backdrop:not(:only-child),334.linked.vertical button:backdrop:not(:only-child),
315.linked.vertical button.destructive-action:backdrop:not(:only-child),335.linked.vertical button.destructive-action:backdrop:not(:only-child),
316.linked.vertical button:disabled:not(:only-child),336.linked.vertical button:disabled:not(:only-child),

Subscribers

People subscribed via source and target branches