Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #3243
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Liang committed Aug 23, 2017
1 parent 4cf8f9b commit 7c8d18f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/partials/_variables.scss
Expand Up @@ -24,7 +24,7 @@ $alt-dark-title: #6f7fb6;
$grid-unit: 20px;

// BORDER ROUNDING
$border-radius: 1px;
$border-radius: 3px;

// ANIMATION CURVE
$bezier: cubic-bezier(0.07, 0.95, 0, 1);
8 changes: 8 additions & 0 deletions static/css/shot-index.scss
Expand Up @@ -231,6 +231,14 @@ h1 {
background-image: url("../img/preferences-16.svg");
position: absolute;
right: 0;
top: 0;

&:hover {
background-color: $light-hover;
}
&:active {
background-color: $light-active;
}
}

.no-shots {
Expand Down

0 comments on commit 7c8d18f

Please sign in to comment.