mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #3759
This commit is contained in:
12
sass/base/skeleton.scss
vendored
12
sass/base/skeleton.scss
vendored
@@ -112,15 +112,3 @@ textarea.#{iv.$class-prefix}is-skeleton {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.#{iv.$class-prefix}skeleton {
|
||||
background-image: linear-gradient(
|
||||
0deg,
|
||||
transparent 0%,
|
||||
transparent 50%,
|
||||
#f60 50%,
|
||||
#f60 100%
|
||||
);
|
||||
background-position: top left;
|
||||
background-size: 1.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user