Skip to content

Commit e8a578d

Browse files
committedApr 26, 2017
Optimize UI design. Update compiled CSS/JavaScript files.
1 parent f3ede83 commit e8a578d

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed
 

‎bib/i.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bib/i/res/scripts/bibi.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bib/i/res/styles/bibi.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dev-bib/i/res/styles/_bibi-controls.scss

+5-4
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ div#bibi-arrow-forward {
15561556
//// Interaction
15571557
& {
15581558
&:before, &:after {
1559-
transition-duration: 1s;
1559+
transition-duration: .4s;
15601560
}
15611561
&:before {
15621562
opacity: 0;
@@ -1583,7 +1583,8 @@ div#bibi-arrow-forward {
15831583
transition-duration: .1s;
15841584
}
15851585
&:before {
1586-
transform: scale(.75);
1586+
transform: scale(1.1);
1587+
opacity: .75;
15871588
}
15881589
}
15891590
&.available.glowing {
@@ -1602,9 +1603,9 @@ div#bibi-arrow-forward {
16021603
#{$dir}: 0;
16031604
&:before, &:after { transform-origin: $transform-origin; }
16041605
&:before { content: $icon-code; #{$dir}: $button-group-margin; }
1605-
&:after { #{$dir}: $arrow-bar-length * -1; background: linear-gradient(to $dir, rgba(128,128,128, 0), rgba(128,128,128, 0) 25%, rgba(128,128,128, 0.250)); }
1606+
&:after { #{$dir}: $arrow-bar-length * -1; background: linear-gradient(to $dir, rgba(128,128,128, 0), rgba(128,128,128, 0) 25%, rgba(128,128,128, 0.125)); }
16061607
}
1607-
&.available.hover, &.available.active, &.available.glowing {
1608+
&.available.hover, &.available.glowing {
16081609
&:after { #{$dir}: 0; }
16091610
}
16101611
&.available.glowing {

0 commit comments

Comments
 (0)
Please sign in to comment.