mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Stronger scoping for Conpherence chat forms
Summary: Fixes T12391. Adds better scoping to these rules to contain changes to just Conpherence. Test Plan: Test Conpherence, Task comment, persistent chat on mobile / desktop. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12391 Differential Revision: https://secure.phabricator.com/D17496
This commit is contained in:
parent
a36b1e8f64
commit
81675e3302
2 changed files with 9 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'conpherence.pkg.css' => '6875302f',
|
||||
'conpherence.pkg.css' => '32f2c040',
|
||||
'conpherence.pkg.js' => '6249a1cf',
|
||||
'core.pkg.css' => '35645dec',
|
||||
'core.pkg.js' => '1fa7c0c5',
|
||||
|
@ -48,7 +48,7 @@ return array(
|
|||
'rsrc/css/application/conpherence/durable-column.css' => '292c71f0',
|
||||
'rsrc/css/application/conpherence/header-pane.css' => 'db93ebc6',
|
||||
'rsrc/css/application/conpherence/menu.css' => '3d8e5c9c',
|
||||
'rsrc/css/application/conpherence/message-pane.css' => 'b085d40d',
|
||||
'rsrc/css/application/conpherence/message-pane.css' => 'd1fc13e1',
|
||||
'rsrc/css/application/conpherence/notification.css' => '965db05b',
|
||||
'rsrc/css/application/conpherence/participant-pane.css' => '604a8b02',
|
||||
'rsrc/css/application/conpherence/transaction.css' => '85129c68',
|
||||
|
@ -566,7 +566,7 @@ return array(
|
|||
'conpherence-durable-column-view' => '292c71f0',
|
||||
'conpherence-header-pane-css' => 'db93ebc6',
|
||||
'conpherence-menu-css' => '3d8e5c9c',
|
||||
'conpherence-message-pane-css' => 'b085d40d',
|
||||
'conpherence-message-pane-css' => 'd1fc13e1',
|
||||
'conpherence-notification-css' => '965db05b',
|
||||
'conpherence-participant-pane-css' => '604a8b02',
|
||||
'conpherence-thread-manager' => 'c8b5ee6f',
|
||||
|
|
|
@ -181,13 +181,14 @@
|
|||
border: none;
|
||||
}
|
||||
|
||||
.device .remarkup-assist-button,
|
||||
.device .remarkup-assist-separator {
|
||||
.device .conpherence-message-pane .remarkup-assist-button,
|
||||
.device .conpherence-message-pane .remarkup-assist-separator {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.device .remarkup-assist-button.remarkup-assist-upload {
|
||||
display: block;
|
||||
.device .conpherence-message-pane
|
||||
.remarkup-assist-button.remarkup-assist-upload {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.device .conpherence-message-pane .phui-form-view {
|
||||
|
@ -343,7 +344,7 @@
|
|||
padding: 2px 0 8px 0;
|
||||
}
|
||||
|
||||
.conpherence-message-pane .aphront-form-control {
|
||||
body .conpherence-message-pane .aphront-form-control {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue