Skip to content

Commit b30b2b2

Browse files
committed
Ease copy button
1 parent 3d7d20f commit b30b2b2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

ux.symfony.com/assets/styles/components/_Terminal.scss

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,13 @@
111111
color: $n-200;
112112
background: none;
113113
}
114-
115114
.btn-copy {
116-
background-color: $n-700;
117115
color: $n-200;
118-
&:active {
119-
background-color: $n-700;
120-
color: $n-200;
121-
}
116+
background: none;
117+
transition: all 250ms ease-in-out;
122118
&:hover {
123-
background-color: $n-600;
119+
color: $n-100;
120+
background-color: $n-800;
124121
}
125122
}
126123
.btn-link:hover {

0 commit comments

Comments
 (0)