Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/aphront/typeahead-browse.css
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | .typeahead-browse-item button { | ||||
| float: right; | float: right; | ||||
| margin: 8px 6px 0; | margin: 8px 6px 0; | ||||
| } | } | ||||
| .typeahead-browse-item a.jx-tokenizer-token { | .typeahead-browse-item a.jx-tokenizer-token { | ||||
| margin-top: 1px; | margin-top: 1px; | ||||
| margin-left: 6px; | margin-left: 6px; | ||||
| } | } | ||||
| .typeahead-browse-item .phabricator-main-search-typeahead-result { | |||||
amckinley: This rule was already defined with different settings in `main-menu-view.css`, so I just… | |||||
| margin: 2px 0; | |||||
| padding: 0 8px; | |||||
| } | |||||
| .typeahead-browse-item .phabricator-main-search-typeahead-result.has-image { | |||||
| padding-left: 48px; | |||||
| } | |||||
| .typeahead-browse-item | |||||
| .phabricator-main-search-typeahead-result.result-closed | |||||
| .result-name { | |||||
| text-decoration: line-through; | |||||
| color: {$lightgreytext}; | |||||
| } | |||||
This rule was already defined with different settings in main-menu-view.css, so I just removed this version of it.