blob: 0241c1128422194d70bb6b5f8578f2e9c3e5866c [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:371/*
2 * Copyright 2016 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
Wolfgang Beyer2d976f32020-12-16 12:24:017.ignore-listed-message {
Mathias Bynensb0c1f4b2020-05-15 14:34:418 text-align: center;
9 font-style: italic;
10 padding: 4px;
Jack Franklin8064d3b2021-02-03 10:08:3711 color: #888; /* stylelint-disable-line plugin/use_theme_colors */
12 /* See: crbug.com/1152736 for color variable migration. */
13 background-color: #ffffc2; /* stylelint-disable-line plugin/use_theme_colors */
14 /* See: crbug.com/1152736 for color variable migration. */
Blink Reformat4c46d092018-04-07 15:32:3715}
16
Alex Rudenko74414d32020-07-06 09:28:0717.show-more-message > .link {
18 margin-left: 5px;
19}
20
Wolfgang Beyer2d976f32020-12-16 12:24:0121.ignore-listed-message > .link {
Mathias Bynensb0c1f4b2020-05-15 14:34:4122 margin-left: 5px;
Blink Reformat4c46d092018-04-07 15:32:3723}
24
Wolfgang Beyer2d976f32020-12-16 12:24:0125.ignore-listed-message > .link:focus {
Mathias Bynensb0c1f4b2020-05-15 14:34:4126 outline-width: unset;
Jack Lynch7cd600f2020-01-13 22:48:5727}
28
Blink Reformat4c46d092018-04-07 15:32:3729.show-more-message {
Mathias Bynensb0c1f4b2020-05-15 14:34:4130 text-align: center;
31 font-style: italic;
32 padding: 4px;
Jack Franklin49a94812021-02-05 14:20:1233 border-top: 1px solid #d8d8d8; /* stylelint-disable-line plugin/use_theme_colors */
34 /* See: crbug.com/1152736 for color variable migration. */
Blink Reformat4c46d092018-04-07 15:32:3735}
36
Blink Reformat4c46d092018-04-07 15:32:3737.call-frame-item {
Mathias Bynensb0c1f4b2020-05-15 14:34:4138 padding: 3px 8px 3px 20px;
39 position: relative;
40 min-height: 18px;
41 line-height: 15px;
42 display: flex;
43 flex-wrap: wrap;
Blink Reformat4c46d092018-04-07 15:32:3744}
45
46.call-frame-title-text {
Mathias Bynensb0c1f4b2020-05-15 14:34:4147 text-overflow: ellipsis;
48 overflow: hidden;
Blink Reformat4c46d092018-04-07 15:32:3749}
50
Alex Rudenko74414d32020-07-06 09:28:0751.async-header + .call-frame-item {
52 border-top: 0;
53}
54
Blink Reformat4c46d092018-04-07 15:32:3755.call-frame-item:not(.async-header) {
Jack Franklin49a94812021-02-05 14:20:1256 border-top: 1px solid #efefef; /* stylelint-disable-line plugin/use_theme_colors */
57 /* See: crbug.com/1152736 for color variable migration. */
Blink Reformat4c46d092018-04-07 15:32:3758}
59
Blink Reformat4c46d092018-04-07 15:32:3760.call-frame-item-title,
61.call-frame-location {
Mathias Bynensb0c1f4b2020-05-15 14:34:4162 display: flex;
63 white-space: nowrap;
Blink Reformat4c46d092018-04-07 15:32:3764}
65
Alex Rudenko74414d32020-07-06 09:28:0766.async-header .call-frame-item-title {
67 font-weight: bold;
Jack Franklin8064d3b2021-02-03 10:08:3768 color: #999; /* stylelint-disable-line plugin/use_theme_colors */
69 /* See: crbug.com/1152736 for color variable migration. */
Jack Franklinfd9dfaa2021-01-11 14:33:0770 background-color: var(--color-background);
Alex Rudenko74414d32020-07-06 09:28:0771 margin-left: -5px;
72 padding: 0 5px;
73 z-index: 1;
74}
75
Peter Marshall9a3d85f2020-08-12 14:38:0076.call-frame-item:focus-visible,
77.call-frame-item.async-header:focus-visible .call-frame-item-title {
Alex Rudenko74414d32020-07-06 09:28:0778 background-color: var(--focus-bg-color);
79}
80
Peter Marshall9a3d85f2020-08-12 14:38:0081.call-frame-item:not(.async-header):hover {
Jack Franklin8064d3b2021-02-03 10:08:3782 background-color: #eee; /* stylelint-disable-line plugin/use_theme_colors */
83 /* See: crbug.com/1152736 for color variable migration. */
Peter Marshall9a3d85f2020-08-12 14:38:0084}
85
Blink Reformat4c46d092018-04-07 15:32:3786.call-frame-location {
Jack Franklin8064d3b2021-02-03 10:08:3787 color: #888; /* stylelint-disable-line plugin/use_theme_colors */
88 /* See: crbug.com/1152736 for color variable migration. */
Mathias Bynensb0c1f4b2020-05-15 14:34:4189 margin-left: auto;
90 padding: 0 10px 0 10px;
Blink Reformat4c46d092018-04-07 15:32:3791}
92
93.async-header::before {
Mathias Bynensb0c1f4b2020-05-15 14:34:4194 content: " ";
95 width: 100%;
Jack Franklin49a94812021-02-05 14:20:1296 border-top: 1px solid #d8d8d8; /* stylelint-disable-line plugin/use_theme_colors */
97 /* See: crbug.com/1152736 for color variable migration. */
Mathias Bynensb0c1f4b2020-05-15 14:34:4198 margin-top: 8px;
99 position: absolute;
100 left: 0;
Blink Reformat4c46d092018-04-07 15:32:37101}
102
Wolfgang Beyer2d976f32020-12-16 12:24:01103.ignore-listed-call-frame {
Mathias Bynensca9fa2d2020-05-19 15:23:40104 opacity: 60%;
Mathias Bynensb0c1f4b2020-05-15 14:34:41105 font-style: italic;
Blink Reformat4c46d092018-04-07 15:32:37106}
107
108.selected-call-frame-icon {
Mathias Bynensb0c1f4b2020-05-15 14:34:41109 display: none;
110 position: absolute;
111 top: 5px;
112 left: 4px;
Blink Reformat4c46d092018-04-07 15:32:37113}
114
115.call-frame-item.selected .selected-call-frame-icon {
Mathias Bynensb0c1f4b2020-05-15 14:34:41116 display: block;
Blink Reformat4c46d092018-04-07 15:32:37117}
118
Wolfgang Beyer2d976f32020-12-16 12:24:01119:host-context(.-theme-with-dark-background) .ignore-listed-message {
Mathias Bynensca9fa2d2020-05-19 15:23:40120 background-color: hsl(46deg 98% 22%);
Mathias Bynensb0c1f4b2020-05-15 14:34:41121 color: #aaa;
Paul Irish25e30d82018-07-20 01:08:05122}
123
Wolfgang Beyer2d976f32020-12-16 12:24:01124:host-context(.-theme-with-dark-background) .ignore-listed-message > .link {
Mathias Bynensca9fa2d2020-05-19 15:23:40125 color: hsl(0deg 0% 67%);
Paul Irish25e30d82018-07-20 01:08:05126}
Kham Udome9910712020-02-13 20:50:55127
128@media (forced-colors: active) {
Peter Marshall9a3d85f2020-08-12 14:38:00129 .call-frame-item:focus-visible,
130 .call-frame-item:not(.async-header):hover {
Mathias Bynensb0c1f4b2020-05-15 14:34:41131 forced-color-adjust: none;
132 background-color: Highlight;
133 }
134
Peter Marshall9a3d85f2020-08-12 14:38:00135 .call-frame-item:focus-visible *,
136 .call-frame-item:not(.async-header):hover * {
Mathias Bynensb0c1f4b2020-05-15 14:34:41137 color: HighlightText;
138 }
Kham Udome9910712020-02-13 20:50:55139}