Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/buttons.less')
-rw-r--r--src/buttons.less5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/buttons.less b/src/buttons.less
index 1beba4d..0c15d9e 100644
--- a/src/buttons.less
+++ b/src/buttons.less
@@ -4,7 +4,7 @@
background: @bg-color-light;
border: @border-width solid @primary-color;
border-radius: @border-radius;
- color: @link-color;
+ color: @primary-color;
.control-transition();
cursor: pointer;
display: inline-block;
@@ -19,10 +19,9 @@
vertical-align: middle;
white-space: nowrap;
&:focus {
- background: @secondary-color;
.control-shadow();
- text-decoration: none;
}
+ &:focus,
&:hover {
background: @secondary-color;
border-color: @primary-color-dark;