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

Side by Side Diff: Source/devtools/front_end/inspector.css

Issue 376563002: [DevTools] Upon active timeline recording, label cursor should behave as a default cursor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/timelinePanel.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 29 matching lines...) Expand all
40 } 40 }
41 41
42 label { 42 label {
43 cursor: pointer; 43 cursor: pointer;
44 } 44 }
45 45
46 label:hover input { 46 label:hover input {
47 box-shadow: 0 0 3px highlight; 47 box-shadow: 0 0 3px highlight;
48 } 48 }
49 49
50 label.dimmed {
51 opacity: 0.6;
52 cursor: default;
53 }
54
50 fieldset[disabled] label:hover input { 55 fieldset[disabled] label:hover input {
51 box-shadow: none; 56 box-shadow: none;
52 } 57 }
53 58
54 .fill { 59 .fill {
55 position: absolute; 60 position: absolute;
56 top: 0; 61 top: 0;
57 left: 0; 62 left: 0;
58 right: 0; 63 right: 0;
59 bottom: 0; 64 bottom: 0;
(...skipping 2861 matching lines...) Expand 10 before | Expand all | Expand 10 after
2921 } 2926 }
2922 2927
2923 select.drop-down-menu { 2928 select.drop-down-menu {
2924 border: none; 2929 border: none;
2925 -webkit-appearance: none; 2930 -webkit-appearance: none;
2926 } 2931 }
2927 2932
2928 .viewport-control-gap-element { 2933 .viewport-control-gap-element {
2929 color: transparent; 2934 color: transparent;
2930 } 2935 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/timelinePanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698