File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 gap : 0.4rem ;
3939}
4040
41- # utplsql-topbar .utplsql-brand img {
42- height : 1.3rem ;
43- width : auto;
41+ # utplsql-topbar .utplsql-brand-icon {
4442 display : block;
43+ width : 1.3rem ;
44+ height : 1.3rem ;
45+ flex-shrink : 0 ;
46+ background-image : url ('icon-transparent.png' );
47+ background-repeat : no-repeat;
48+ background-position : center;
49+ background-size : contain;
4550}
4651
4752# utplsql-topbar .utplsql-controls {
Original file line number Diff line number Diff line change 133133 brand . className = 'utplsql-brand' ;
134134 brand . href = BASE + '/' ;
135135
136- var icon = document . createElement ( 'img ' ) ;
137- icon . src = BASE + '/assets/icon-transparent.png ';
138- icon . alt = 'utPLSQL' ;
136+ var icon = document . createElement ( 'span ' ) ;
137+ icon . className = 'utplsql-brand-icon ';
138+ icon . setAttribute ( 'aria-hidden' , 'true' ) ;
139139 brand . appendChild ( icon ) ;
140140
141141 var brandText = document . createElement ( 'span' ) ;
You can’t perform that action at this time.
0 commit comments