Skip to content

Commit

Permalink
Element #formulaInput no longer exists
Browse files Browse the repository at this point in the history
Signed-off-by: Szymon Kłos <[email protected]>
Change-Id: I72b16bfe0c3e25844c25e8297a428d7790b48ba0
  • Loading branch information
eszkadev authored and hcvcastro committed Jul 2, 2023
1 parent c94be3e commit beb0a96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
9 changes: 1 addition & 8 deletions browser/css/device-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ textarea.cool-annotation-textarea {

/* Related to toolbar.css */
@-moz-document url-prefix() {
#formulabar #formulaInput, #formulabar #addressInput{
#formulabar #addressInput{
color: var(--color-main-text);
border: 1px solid var(--color-border) !important;
border-radius: 0px;
Expand Down Expand Up @@ -345,13 +345,6 @@ nav:not(.spreadsheet-color-indicator) ~ #toolbar-wrapper #toolbar-up.w2ui-toolba
border-color: 1px solid #808080 !important;
}
.w2ui-icon.equal, .w2ui-icon.autosum{width: 38px !important;}
#formulaInput{
border: 1px solid #bbbbbb;
border-bottom: none;
border-top: none;
border-right: none;
height: 35px !important;
}

#calc-inputbar-wrapper {
display: block;
Expand Down
3 changes: 0 additions & 3 deletions browser/src/control/Control.Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -829,9 +829,6 @@ function onInsertBackground() {

function onWopiProps(e) {
if (e.DisableCopy) {
$('input#formulaInput').bind('copy', function(evt) {
evt.preventDefault();
});
$('input#addressInput').bind('copy', function(evt) {
evt.preventDefault();
});
Expand Down

0 comments on commit beb0a96

Please sign in to comment.