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

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

Issue 2782513002: DevTools: perfectly center shevron icon (Closed)
Patch Set: Created 3 years, 9 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 | « third_party/WebKit/Source/devtools/front_end/Images/src/svg2png.hashes ('k') | no next file » | 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 * Copyright (C) 2011 Google Inc. All rights reserved. 4 * Copyright (C) 2011 Google Inc. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are 7 * modification, are permitted provided that the following conditions are
8 * met: 8 * met:
9 * 9 *
10 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 visibility: hidden; 132 visibility: hidden;
133 } 133 }
134 134
135 .tabbed-pane-header-tab:hover .tabbed-pane-close-button, 135 .tabbed-pane-header-tab:hover .tabbed-pane-close-button,
136 .tabbed-pane-header-tab.selected .tabbed-pane-close-button { 136 .tabbed-pane-header-tab.selected .tabbed-pane-close-button {
137 visibility: visible; 137 visibility: visible;
138 } 138 }
139 139
140 .tabbed-pane-header-tabs-drop-down-container { 140 .tabbed-pane-header-tabs-drop-down-container {
141 float: left; 141 float: left;
142 position: relative;
143 vertical-align: bottom;
144 line-height: 24px;
145 opacity: 0.8; 142 opacity: 0.8;
146 color: inherit;
147 font-size: 133%;
148 cursor: pointer; 143 cursor: pointer;
144 display: flex;
145 align-items: center;
146 height: 100%;
149 } 147 }
150 148
151 .tabbed-pane-header-tabs-drop-down-container > .chevron-icon { 149 .tabbed-pane-header-tabs-drop-down-container > .chevron-icon {
152 background-color: hsla(0,0%,20%,1); 150 background-color: hsla(0,0%,20%,1);
153 display: block; 151 display: block;
154 } 152 }
155 153
156 .tabbed-pane-header-tabs-drop-down-container:hover { 154 .tabbed-pane-header-tabs-drop-down-container:hover {
157 background-color: rgb(229, 229, 229); 155 background-color: rgb(229, 229, 229);
158 } 156 }
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 267
270 .tabbed-pane-left-toolbar { 268 .tabbed-pane-left-toolbar {
271 margin-right: -4px; 269 margin-right: -4px;
272 flex: none; 270 flex: none;
273 } 271 }
274 272
275 .tabbed-pane-right-toolbar { 273 .tabbed-pane-right-toolbar {
276 margin-left: -4px; 274 margin-left: -4px;
277 flex: none; 275 flex: none;
278 } 276 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/Images/src/svg2png.hashes ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698