Skip to content

Commit a96b2d3

Browse files
committed
Merge branch 'release/0.4.13'
2 parents 7e28e0c + 706a89d commit a96b2d3

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

dist/loop.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2365,7 +2365,6 @@ hr, .hr {
23652365
[oo-button]:active {
23662366
background-color: #e0e0e0;
23672367
box-shadow: inset 1px 1px 1px 0 #bfbfbf;
2368-
transform: scale(0.99);
23692368
}
23702369

23712370
[oo-button].full {

dist/loop.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oo-loop",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"description": "SCSS companion for Front-end Developer",
55
"style": "dist/loop.css",
66
"sass": "scss/_loop.scss",

scss/components/_button.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ $btn-outline-box-shadow: none !default;
7676
&:active {
7777
background-color: $btn-bgcolor-active;
7878
box-shadow: inset 1px 1px 1px 0 darken($btn-bgcolor, 25%);
79-
transform: scale(.99);
8079
}
8180

8281
&.full {

0 commit comments

Comments
 (0)