We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bca3b commit 627de3eCopy full SHA for 627de3e
CHANGELOG.md
@@ -1,4 +1,5 @@
1
## [Unreleased]
2
+- Fix btn--loading
3
4
## [1.0.5] - 2025-02-01
5
- Increase gap for header items
lib/generators/css_zero/add/templates/app/assets/stylesheets/button.css
@@ -83,10 +83,10 @@
83
}
84
85
[aria-busy] .btn--loading:disabled {
86
- > * { visibility: hidden; }
+ position: relative;
87
88
- &::after {
89
- filter: var(--btn-icon-color, var(--color-filter-text));
+ > * {
+ visibility: hidden;
90
91
92
&::after {
@@ -95,6 +95,7 @@
95
background-size: cover;
96
block-size: var(--size-5);
97
content: "";
98
+ filter: var(--btn-icon-color, var(--color-filter-text));
99
inline-size: var(--size-5);
100
position: absolute;
101
0 commit comments