We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf455a1 commit b21a82eCopy full SHA for b21a82e
2 files changed
browser/main/Detail/NoteDetailInfo.styl
@@ -45,3 +45,12 @@ $info-height = 60px
45
opacity 1
46
&:focus
47
border-color $ui-button--focus-borderColor
48
+
49
+.info-right-date
50
+ display inline
51
+ font-size 11px
52
+ color $ui-button-color
53
54
+body[data-theme="dark"]
55
+ .info-right-date
56
+ color $ui-dark-button-color
browser/main/Detail/SnippetNoteDetail.js
@@ -533,6 +533,7 @@ class SnippetNoteDetail extends React.Component {
533
/>
534
</div>
535
<div styleName='info-right'>
536
+ <p styleName='info-right-date'>Last updated at {'dummy'}</p>
537
<button styleName='info-right-button'
538
onClick={(e) => this.handleContextButtonClick(e)}
539
>
0 commit comments