File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 18871887
18881888 .ai-image-remove {
18891889 position : absolute ;
1890- top : -6 px ;
1891- right : -6 px ;
1892- width : 16 px ;
1893- height : 16 px ;
1890+ top : -8 px ;
1891+ right : -8 px ;
1892+ width : 20 px ;
1893+ height : 20 px ;
18941894 border-radius : 50% ;
1895- background : rgba (255 , 255 , 255 , 0.12 );
1896- border : 1px solid rgba (255 , 255 , 255 , 0.18 );
1897- color : rgba (255 , 255 , 255 , 0.7 );
1898- font-size : 11px ;
1895+ background : rgba (0 , 0 , 0 , 0.6 );
1896+ border : 1px solid rgba (255 , 255 , 255 , 0.3 );
1897+ color : #fff ;
1898+ font-size : 12px ;
1899+ line-height : 1 ;
18991900 padding : 0 ;
1900- display : none ;
1901+ display : flex ;
19011902 align-items : center ;
19021903 justify-content : center ;
19031904 cursor : pointer ;
19041905 transition : background 150ms , color 150ms ;
19051906
19061907 & :hover {
1907- background : rgba (255 , 255 , 255 , 0.22 );
1908+ background : rgba (255 , 255 , 255 , 0.25 );
19081909 color : #fff ;
19091910 }
19101911 }
1911-
1912- & :hover .ai-image-remove {
1913- display : flex ;
1914- }
19151912 }
19161913
19171914 .ai-file-chip {
You can’t perform that action at this time.
0 commit comments