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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css

Issue 2527763003: [DevTools] Turn links into spans to prevent default behavior. (Closed)
Patch Set: fixed comments Created 4 years 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright 2015 The Chromium Authors. All rights reserved. 2 * Copyright 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .cm-js-atom{color:rgb(161, 247, 181);} 7 .cm-js-atom{color:rgb(161, 247, 181);}
8 .cm-js-attribute{color:rgb(97, 148, 198);} 8 .cm-js-attribute{color:rgb(97, 148, 198);}
9 .cm-js-builtin{color:rgb(159, 180, 214);} 9 .cm-js-builtin{color:rgb(159, 180, 214);}
10 .cm-js-comment{color:rgb(116, 116, 116) !important;} 10 .cm-js-comment{color:rgb(116, 116, 116) !important;}
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 .cm-xml-comment{color:rgb(137, 137, 137) !important;} 44 .cm-xml-comment{color:rgb(137, 137, 137) !important;}
45 .cm-xml-error{color:rgb(198, 95, 95);} 45 .cm-xml-error{color:rgb(198, 95, 95);}
46 .cm-xml-string{color:rgb(242, 151, 102) !important;} 46 .cm-xml-string{color:rgb(242, 151, 102) !important;}
47 .cm-xml-tag{color:rgb(93, 176, 215);} 47 .cm-xml-tag{color:rgb(93, 176, 215);}
48 .cm-xml-attribute{color:rgb(155, 187, 220);} 48 .cm-xml-attribute{color:rgb(155, 187, 220);}
49 .cm-xml-link{color:rgb(231, 194, 111);} 49 .cm-xml-link{color:rgb(231, 194, 111);}
50 50
51 .webkit-html-attribute-name{color:rgb(155, 187, 220);} 51 .webkit-html-attribute-name{color:rgb(155, 187, 220);}
52 .webkit-html-attribute-value{color:rgb(242, 151, 102);} 52 .webkit-html-attribute-value{color:rgb(242, 151, 102);}
53 .webkit-html-comment{color:rgb(137, 137, 137) !important;} 53 .webkit-html-comment{color:rgb(137, 137, 137) !important;}
54 .webkit-html-resource-link{color:rgb(231, 194, 111);} 54 .devtools-link{color:rgb(231, 194, 111);}
55 .webkit-html-external-link{color:rgb(231, 194, 111);}
56 .webkit-html-tag{color:rgb(93, 176, 215);} 55 .webkit-html-tag{color:rgb(93, 176, 215);}
57 .webkit-html-tag-name{color:rgb(93, 176, 215);} 56 .webkit-html-tag-name{color:rgb(93, 176, 215);}
58 .webkit-html-close-tag-name{color:rgb(93, 176, 215);} 57 .webkit-html-close-tag-name{color:rgb(93, 176, 215);}
59 .webkit-html-text-node{color:rgb(207, 208, 208);} 58 .webkit-html-text-node{color:rgb(207, 208, 208);}
60 .webkit-html-css-node{color:rgb(207, 208, 208);} 59 .webkit-html-css-node{color:rgb(207, 208, 208);}
61 .webkit-html-js-node{color:rgb(207, 208, 208);} 60 .webkit-html-js-node{color:rgb(207, 208, 208);}
62 .webkit-html-pseudo-element{color:rgb(93, 175, 215);} 61 .webkit-html-pseudo-element{color:rgb(93, 175, 215);}
63 .webkit-css-selector{color:rgb(255, 163, 79);} 62 .webkit-css-selector{color:rgb(255, 163, 79);}
64 .webkit-css-at-rule{color:rgb(188, 164, 197);} 63 .webkit-css-at-rule{color:rgb(188, 164, 197);}
65 .webkit-css-color{color:rgb(255, 163, 79);} 64 .webkit-css-color{color:rgb(255, 163, 79);}
66 .webkit-css-comment{color:rgb(116, 116, 116);} 65 .webkit-css-comment{color:rgb(116, 116, 116);}
67 .webkit-css-important{color:rgb(255, 26, 26);} 66 .webkit-css-important{color:rgb(255, 26, 26);}
68 .webkit-css-keyword{color:rgb(255, 163, 79);} 67 .webkit-css-keyword{color:rgb(255, 163, 79);}
69 .webkit-css-number{color:rgb(217, 217, 217);} 68 .webkit-css-number{color:rgb(217, 217, 217);}
70 .webkit-css-property{color: rgb(53, 212, 199);} 69 .webkit-css-property{color: rgb(53, 212, 199);}
71 .webkit-css-string{color:rgb(231, 194, 111) !important;} 70 .webkit-css-string{color:rgb(231, 194, 111) !important;}
72 .webkit-css-url{color:rgb(231, 194, 111);} 71 .webkit-css-url{color:rgb(231, 194, 111);}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698