Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
adjust page-left/right navigation UI color
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Oct 28, 2018
1 parent 6de2d36 commit a2a603a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scss/ui.arrows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $button-offset: 0;
color: rgba(255, 255, 255, 0.00);
background: rgba(0, 0, 0, 0.00);
&.vivliostyle-menu-enabled {
color: rgba(0, 0, 0, 0.50);
color: rgba(0, 0, 0, 0.25);
background: rgba(0, 0, 0, 0.00);
@include transition(.25s ease-out);
}
Expand All @@ -32,20 +32,20 @@ $button-offset: 0;
}
&[data-vivliostyle-ui-state="attention"] {
color: rgba(255, 255, 255, 0.75);
background: rgba(0, 0, 0, 0.25);
background: rgba(0, 0, 0, 0.125);
@include transition(.25s ease-in);
}
@media (hover: hover), (-moz-touch-enabled: 0) {
&:hover {
color: rgba(255, 255, 255, 0.75);
background: rgba(0, 0, 0, 0.25);
background: rgba(0, 0, 0, 0.125);
@include transition(.1s linear !important);
}
}
&.active,
&:active {
color: rgba(255, 255, 255, 1.00);
background: rgba(0, 0, 0, 0.50);
background: rgba(0, 0, 0, 0.25);
@include transition(.1s linear !important);
}
&:after {
Expand Down

0 comments on commit a2a603a

Please sign in to comment.