From 62e961fdf5cdd694b78e43f702b61a6e8bf1c841 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 17 Nov 2014 18:23:59 -0500 Subject: [PATCH] Update github theme --- src/themes/default/elements/button.variables | 5 ++++- src/themes/github/elements/button.variables | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/themes/default/elements/button.variables b/src/themes/default/elements/button.variables index af5626106..a658c38b7 100644 --- a/src/themes/default/elements/button.variables +++ b/src/themes/default/elements/button.variables @@ -168,6 +168,7 @@ /* Basic */ @basicBorderRadius: @borderRadius; @basicBorderSize: 1px; +@basicTextColor: @textColor; @basicColoredBorderSize: 2px; @basicBackground: transparent; @@ -179,12 +180,14 @@ /* Basic Hover */ @basicHoverBackground: #FAFAFA; +@basicHoverTextColor: @hoveredTextColor; @basicHoverBoxShadow: 0px 0px 0px @basicBorderSize @borderColor inset, 0px 0px 0px 0px @borderColor inset ; /* Basic Down */ @basicDownBackground: #F8F8F8; +@basicDownTextColor: @pressedTextColor; @basicDownBoxShadow: 0px 0px 0px @basicBorderSize rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px @borderColor inset @@ -192,7 +195,7 @@ /* Basic Active */ @basicActiveBackground: @transparentBlack; @basicActiveBoxShadow: ''; -@basicActiveColor: @selectedTextColor; +@basicActiveTextColor: @selectedTextColor; /* Basic Inverted */ @basicInvertedBackground: transparent; diff --git a/src/themes/github/elements/button.variables b/src/themes/github/elements/button.variables index 64d9d62e9..1e9d10032 100644 --- a/src/themes/github/elements/button.variables +++ b/src/themes/github/elements/button.variables @@ -54,6 +54,12 @@ @labeledIconBorder: transparent; @labeledIconPadding: (@horizontalPadding + 2.25em); +@basicFontWeight: bold; +@basicTextColor: @linkColor; +@basicHoverTextColor: @linkHoverColor; + +@basicHoverBackground: #E0E0E0; + @blue: #3072B3; @green: #60B044; @black: #5D5D5D;