File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888
8989/* remove commentbox toolbar */
9090.toolbar-group {
91- display : none;
92- margin-left : 0 !important ;
91+ display : none;
92+ margin-left : 0 !important ;
9393}
9494.toolbar-group : last-child {
95- display : inline-block;
95+ display : inline-block;
9696}
9797.toolbar-group .toolbar-item {
98- display : none;
98+ display : none;
9999}
100100.toolbar-group .js-saved-reply-container {
101101 display : block;
206206/* indicate collapsible file headers with zoom cursor */
207207.js-details-container : not (.discussion-item ) .file-header [data-path ],
208208.file-header [data-path ] .diffstat {
209- cursor : zoom-out !important ;
209+ cursor : zoom-out !important ;
210210}
211211.refined-github-minimized : not (.discussion-item ) .file-header [data-path ],
212212.refined-github-minimized .file-header [data-path ] .diffstat {
213- cursor : zoom-in !important ;
213+ cursor : zoom-in !important ;
214214}
215215
216216/* style for collapse/expand feature; images are rendered in .render-wrapper, not in .data */
You can’t perform that action at this time.
0 commit comments