We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6949af commit d8a91f4Copy full SHA for d8a91f4
1 file changed
elements/pf-v6-back-to-top/pf-v6-back-to-top.css
@@ -47,6 +47,10 @@
47
/** Design system brand color for the trigger background. */
48
background-color: var(--pf-t--global--color--brand--default, #92c5f9);
49
50
+ &[hidden] {
51
+ display: none;
52
+ }
53
+
54
&:hover {
55
/** Design system hover text color on brand surfaces. */
56
color: var(--pf-t--global--text--color--on-brand--hover, #1f1f1f);
@@ -72,10 +76,6 @@
72
76
}
73
77
74
78
75
-#trigger[hidden] {
- display: none;
-}
-
79
svg {
80
vertical-align: -0.125rem;
81
0 commit comments