Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(808)

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/revisionHistory.css

Issue 2349533002: [DevTools] Migrate RevisionHistoryView to TreeOutlineInShadow. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/RevisionHistoryView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/revisionHistory.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/revisionHistory.css b/third_party/WebKit/Source/devtools/front_end/sources/revisionHistory.css
index a5826a9378dd8227b6c86d3899bd5fa90b1bdc9f..e8144aa401f625fb725d63b7fb25dd6ca9bc1715 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/revisionHistory.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/revisionHistory.css
@@ -26,32 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-.outline-disclosure.revision-history-drawer {
- -webkit-padding-start: 0;
- overflow: auto;
-}
-
-.outline-disclosure.revision-history-drawer ol {
- margin-top: 2px;
- -webkit-padding-start: 0;
- padding-left: 0 !important;
-}
-
-.outline-disclosure.revision-history-drawer > ol {
- padding-left: 0;
-}
-
-.outline-disclosure.revision-history-drawer li {
- padding-left: 6px;
- margin-top: 0;
- margin-bottom: 0;
- height: 13px;
-}
-
-.outline-disclosure.revision-history-drawer li.parent {
- margin-left: 4px;
-}
-
.revision-history-link {
text-decoration: underline;
cursor: pointer;
@@ -63,17 +37,17 @@
padding-left: 16px;
}
-.outline-disclosure.revision-history-drawer .revision-history-line {
- padding-left: 0;
+li.revision-history-line {
+ padding-left: 6px;
-webkit-user-select: text;
}
-.revision-history-drawer .webkit-line-number {
+.webkit-line-number {
border-right: 1px solid #BBB;
background-color: #F0F0F0;
}
-.revision-history-drawer li.revision-history-revision {
+li.revision-history-revision {
padding-left: 16px;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/RevisionHistoryView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698