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 3d7d20f commit b30b2b2Copy full SHA for b30b2b2
ux.symfony.com/assets/styles/components/_Terminal.scss
@@ -111,16 +111,13 @@
111
color: $n-200;
112
background: none;
113
}
114
-
115
.btn-copy {
116
- background-color: $n-700;
117
118
- &:active {
119
120
- color: $n-200;
121
- }
+ background: none;
+ transition: all 250ms ease-in-out;
122
&:hover {
123
- background-color: $n-600;
+ color: $n-100;
+ background-color: $n-800;
124
125
126
.btn-link:hover {
0 commit comments