mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 09:22:33 +08:00
[all] fix locked rename state
This commit is contained in:
@ -504,9 +504,7 @@ define([
|
||||
$html.find('#rib-doc-name').hide();
|
||||
}
|
||||
|
||||
if ( !_.isUndefined(this.options.canRename) ) {
|
||||
this.setCanRename(this.options.canRename);
|
||||
}
|
||||
this.setCanRename(!!this.options.canRename);
|
||||
|
||||
if ( this.options.canBack === true ) {
|
||||
me.btnGoBack.render($html.find('#slot-btn-back'));
|
||||
|
||||
@ -514,7 +514,7 @@
|
||||
border: 0 none;
|
||||
cursor: default;
|
||||
|
||||
&:hover,&:focus{
|
||||
&:hover:not(:disabled),&:focus{
|
||||
box-shadow: 0 0 0 1px @highlight-header-button-hover-ie;
|
||||
box-shadow: 0 0 0 1px @highlight-header-button-hover;
|
||||
/*border:@highlight-header-button-hover-ie solid 1px;
|
||||
|
||||
Reference in New Issue
Block a user