mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-11-09 23:30:17 -08:00
Fixed #245
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
#NautilusQueryEditor { // search entry
|
||||
> menubutton {
|
||||
margin: $base_padding 0;
|
||||
margin: 2px 0;
|
||||
|
||||
> button.image-button {
|
||||
min-width: 16px;
|
||||
|
||||
@@ -249,10 +249,11 @@ $titlebutton_close: $button-close;
|
||||
|
||||
&.minimize, &.maximize, &.close {
|
||||
color: transparent;
|
||||
background: none;
|
||||
|
||||
&:hover, &:active {
|
||||
&, &:hover, &:active, &:disabled {
|
||||
box-shadow: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
&:hover, &:active {
|
||||
@@ -347,7 +348,8 @@ windowcontrols {
|
||||
}
|
||||
}
|
||||
|
||||
> button {
|
||||
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque),
|
||||
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque).image-button {
|
||||
@if $window_button == 'mac' {
|
||||
@extend %mac_window_button;
|
||||
} @else {
|
||||
|
||||
@@ -236,7 +236,8 @@ stacksidebar row {
|
||||
}
|
||||
|
||||
windowcontrols {
|
||||
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque),
|
||||
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque).image-button {
|
||||
@if $window_button == 'mac' {
|
||||
&.minimize, &.maximize, &.close {
|
||||
color: transparent;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%toolbar {
|
||||
button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||
&.arrow-button,
|
||||
&.image-button,
|
||||
&.image-button:not(.close):not(.minimize):not(.maximize),
|
||||
&.image-text-button {
|
||||
@extend %button_basic_flat;
|
||||
}
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
.linked button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||
&.arrow-button,
|
||||
&.image-button,
|
||||
&.image-button:not(.close):not(.minimize):not(.maximize),
|
||||
&.image-text-button {
|
||||
@extend %button_basic_raised;
|
||||
}
|
||||
@@ -59,7 +59,7 @@
|
||||
popover {
|
||||
button:not(.flat):not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||
&.arrow-button,
|
||||
&.image-button,
|
||||
&.image-button:not(.close):not(.minimize):not(.maximize),
|
||||
&.image-text-button {
|
||||
@extend %button_basic_raised;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user