by roundabout, Thursday, 6 April 2017, 13:26:31 (1491485191), pushed by roundabout, Sunday, 11 May 2025, 13:22:08 (1746969728)
Author identity: nana-4 <hnmaigo@gmail.com>
b0ae583e5f20193acdb435f804d363b6d06690d6
src/gtk-3.0/3.20/gtk-compact.css
@@ -2939,7 +2939,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.20/gtk-dark-compact.css
@@ -2939,7 +2939,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.20/gtk-dark.css
@@ -2939,7 +2939,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.20/gtk-light-compact.css
@@ -2939,7 +2939,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.20/gtk-light.css
@@ -2939,7 +2939,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.20/gtk.css
@@ -2939,7 +2939,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.22/gtk-compact.css
@@ -2940,7 +2940,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.22/gtk-dark-compact.css
@@ -2940,7 +2940,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.22/gtk-dark.css
@@ -2940,7 +2940,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.22/gtk-light-compact.css
@@ -2940,7 +2940,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.22/gtk-light.css
@@ -2940,7 +2940,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.22/gtk.css
@@ -2940,7 +2940,8 @@ separator {
}
button separator, .tweak-categories separator {
button.font separator,
button.file separator, .tweak-categories separator {
min-width: 0;
min-height: 0;
background-color: transparent;
src/gtk-3.0/3.22/sass/_common.scss
@@ -508,10 +508,9 @@ button {
}
}
separator { @extend %hide_separators; }
// &.font,
// &.file { separator { @extend %hide_separators; }}
// hide separators
&.font,
&.file { separator { @extend %hide_separators; }}
// &.font { > box > box > label { font-weight: bold; }}