File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Symfony/Component/ErrorHandler/Resources/assets/css Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,8 @@ header .container { display: flex; justify-content: space-between; }
227
227
.trace-line a { color : var (--base-6 ); }
228
228
.trace-line .icon { opacity : .4 ; position : absolute; left : 10px ; top : 11px ; }
229
229
.trace-line .icon svg { fill : var (--base-5 ); height : 16px ; width : 16px ; }
230
- .trace-line .icon .icon-copy { left : auto; top : auto; padding-left : 5px ; }
230
+ .trace-line .icon .icon-copy { left : auto; top : auto; padding-left : 5px ; display : none }
231
+ .trace-line : hover .icon .icon-copy : not (.hidden ) { display : inline-block }
231
232
.trace-line-header { padding-left : 36px ; padding-right : 10px ; }
232
233
233
234
.trace-file-path , .trace-file-path a { color : var (--base-6 ); font-size : 13px ; }
You can’t perform that action at this time.
0 commit comments