Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13997268
D16506.id.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
D16506.id.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'core.pkg.css' => 'ee3f9253',
+ 'core.pkg.css' => '6791587e',
'core.pkg.js' => '1d376fa9',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => '3fb7f532',
@@ -105,7 +105,7 @@
'rsrc/css/application/tokens/tokens.css' => '3d0f239e',
'rsrc/css/application/uiexample/example.css' => '528b19de',
'rsrc/css/core/core.css' => 'd0801452',
- 'rsrc/css/core/remarkup.css' => '5ed06ed8',
+ 'rsrc/css/core/remarkup.css' => '9905d6c4',
'rsrc/css/core/syntax.css' => '769d3498',
'rsrc/css/core/z-index.css' => '2b01a823',
'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa',
@@ -792,7 +792,7 @@
'phabricator-object-selector-css' => '85ee8ce6',
'phabricator-phtize' => 'd254d646',
'phabricator-prefab' => 'cfd23f37',
- 'phabricator-remarkup-css' => '5ed06ed8',
+ 'phabricator-remarkup-css' => '9905d6c4',
'phabricator-search-results-css' => '7dea472c',
'phabricator-shaped-request' => '7cbe244b',
'phabricator-slowvote-css' => 'a94b7230',
diff --git a/webroot/rsrc/css/core/remarkup.css b/webroot/rsrc/css/core/remarkup.css
--- a/webroot/rsrc/css/core/remarkup.css
+++ b/webroot/rsrc/css/core/remarkup.css
@@ -54,6 +54,22 @@
white-space: pre-wrap;
}
+.phabricator-remarkup kbd {
+ display: inline-block;
+ min-width: 1em;
+ padding: 4px 5px 5px;
+ font-weight: normal;
+ font-size: 0.8rem;
+ text-align: center;
+ text-decoration: none;
+ line-height: 0.6rem;
+ border-radius: 3px;
+ box-shadow: inset 0 -1px 0 rgba({$alphablue},0.08);
+ user-select: none;
+ background: #f7f7f7;
+ border: 1px solid {$lightgreyborder};
+}
+
.phabricator-remarkup pre.remarkup-counterexample {
background-color: {$sh-redbackground};
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 25, 3:19 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6747759
Default Alt Text
D16506.id.diff (1 KB)
Attached To
Mode
D16506: Basic kbd CSS for remarkup
Attached
Detach File
Event Timeline
Log In to Comment