mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 13:28:38 -07:00
Update _budgie.scss
This commit is contained in:
@@ -885,14 +885,25 @@ image.raven-mpris {
|
|||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linked > button {
|
buttonbox.linked > button {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
border-top: 1px solid $divider;
|
border-top: 1px solid $divider;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@extend %button-flat-simple;
|
@extend %button-flat-simple;
|
||||||
|
|
||||||
&:first-child { border-bottom-left-radius: $window-radius; }
|
&.suggested-action:not(:disabled) { color: $suggested; }
|
||||||
&:last-child { border-bottom-right-radius: $window-radius; }
|
|
||||||
|
&.destructive-action:not(:disabled) { color: $destructive; }
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
border-bottom-left-radius: $window-radius;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
border-bottom-right-radius: $window-radius;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user