Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F19505879
D8053.id18218.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D8053.id18218.diff
View Options
Index: src/infrastructure/markup/PhabricatorMarkupEngine.php
===================================================================
--- src/infrastructure/markup/PhabricatorMarkupEngine.php
+++ src/infrastructure/markup/PhabricatorMarkupEngine.php
@@ -469,6 +469,7 @@
$blocks[] = new PhutilRemarkupEngineRemarkupListBlockRule();
$blocks[] = new PhutilRemarkupEngineRemarkupCodeBlockRule();
$blocks[] = new PhutilRemarkupEngineRemarkupNoteBlockRule();
+ $blocks[] = new PhutilRemarkupEngineRemarkupBubbleBlockRule();
$blocks[] = new PhutilRemarkupEngineRemarkupTableBlockRule();
$blocks[] = new PhutilRemarkupEngineRemarkupSimpleTableBlockRule();
$blocks[] = new PhutilRemarkupEngineRemarkupInterpreterRule();
Index: webroot/rsrc/css/core/remarkup.css
===================================================================
--- webroot/rsrc/css/core/remarkup.css
+++ webroot/rsrc/css/core/remarkup.css
@@ -178,6 +178,15 @@
background: #f3f3ff;
}
+.phabricator-remarkup .remarkup-bubble {
+ margin: 1em 1.5em;
+ padding: 0.5em 1em;
+ border: 4px solid #ddddff;
+ background: #f3f3ff;
+ border-radius: .725em;
+ -moz-border-radius: .725em;
+}
+
.phabricator-remarkup-toc {
float: right;
border: 1px solid #d7d7d7;
@@ -402,6 +411,7 @@
}
div.phabricator-remarkup-dark .remarkup-note,
+div.phabricator-remarkup-dark .remarkup-bubble,
div.phabricator-remarkup-dark table {
color: #000;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 10, 2:53 PM (5 d, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
14878020
Default Alt Text
D8053.id18218.diff (1 KB)
Attached To
Mode
D8053: Add styles for WARNING and IMPORTANT
Attached
Detach File
Event Timeline
Log In to Comment