[gnome-themes-standard/wip/sass] commented stuff here and there
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/sass] commented stuff here and there
- Date: Fri, 6 Jun 2014 13:05:40 +0000 (UTC)
commit 6f22deded0cdb0ae0b502e7ad26e1725e639cdcb
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Fri Jun 6 15:05:20 2014 +0200
commented stuff here and there
themes/Adwaita/gtk-3.0/_common.scss | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 6dba536..2e6c6cf 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -730,6 +730,7 @@ GtkPopover {
}
&.header {
// FIXME: double borders in some case, can't fix it w/o a class tho
+ // FIXME: doesn't work on dark var
background-color: mix($bg_color, $borders_color, 70%);
// this is the shading of the header behind the tabs
@@ -783,7 +784,8 @@ GtkPopover {
$ht_vpadding: 5px;
$ht_hpadding: 20px;
- //FIXME: we get double border in some cases (.header box-shadow + border below)
+ //FIXME: we get double border in some cases, not considering the broken
+ //notebook content frame...
&.top, &.bottom { padding: $vt_vpadding $vt_hpadding; }
&.left, &.right { padding: $ht_vpadding $ht_hpadding; }
&.top {
@@ -820,7 +822,8 @@ GtkPopover {
padding: ($vt_vpadding)-2px ($vt_hpadding)-1px;
&:active {
padding: $vt_vpadding ($vt_hpadding)-1px
- ($vt_vpadding)-3px ($vt_hpadding)-1px; //FIXME close button still jumps
+ ($vt_vpadding)-3px ($vt_hpadding)-1px;
+ //FIXME close button still jumps
border-width: 0 1px 3px 1px;
background-color: transparentize($bg_color, .5);
border-color: transparentize($borders_color,0.5);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]