File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -529,6 +529,23 @@ table td.selection {
529529 cursor : default !important ;
530530}
531531
532+ /*
533+ * Make the disabled link look not like a link in file list rows
534+ */
535+ #fileList a .name.disabled {
536+ * {
537+ cursor : default ;
538+ }
539+
540+ a , a * {
541+ cursor : pointer ;
542+ }
543+
544+ & :focus {
545+ background : none ;
546+ }
547+ }
548+
532549a .action > img {
533550 height : 16px ;
534551 width : 16px ;
Original file line number Diff line number Diff line change 15391539 "href" : linkUrl
15401540 } ) ;
15411541 if ( this . _defaultFileActionsDisabled ) {
1542- linkElem = $ ( '<p></p>' ) . attr ( {
1543- "class" : "name"
1544- } )
1542+ linkElem . addClass ( 'disabled' ) ;
15451543 }
15461544
15471545 linkElem . append ( '<div class="thumbnail-wrapper"><div class="thumbnail" style="background-image:url(' + icon + ');"></div></div>' ) ;
You can’t perform that action at this time.
0 commit comments