Commit b229b1a7 authored by dbeam's avatar dbeam Committed by Commit bot

history: update some deprecated flexbox CSS.

R=jchaffraix@chromium.org
BUG=403361

Review URL: https://codereview.chromium.org/544903002

Cr-Commit-Position: refs/heads/master@{#293875}
parent 94499aeb
...@@ -157,9 +157,9 @@ html[dir='rtl'] .display-filter-button { ...@@ -157,9 +157,9 @@ html[dir='rtl'] .display-filter-button {
} }
#display-filter-controls label span { #display-filter-controls label span {
-webkit-align-items: flex-start;
-webkit-appearance: none; -webkit-appearance: none;
-webkit-user-select: none; -webkit-user-select: none;
align-items: flex-start;
background-color: buttonface; background-color: buttonface;
background-image: -webkit-linear-gradient(rgb(237, 237, 237), background-image: -webkit-linear-gradient(rgb(237, 237, 237),
rgb(237, 237, 237) 38%, rgb(237, 237, 237) 38%,
...@@ -246,9 +246,9 @@ html[dir='rtl'] #display-filter-controls label span.first-button-component, ...@@ -246,9 +246,9 @@ html[dir='rtl'] #display-filter-controls label span.first-button-component,
.entry-box, .entry-box,
.site-domain-row { .site-domain-row {
-webkit-align-items: center; align-items: center;
cursor: default; cursor: default;
display: -webkit-flex; display: flex;
/* An odd line-height ensures a consistent baseline on all platforms. */ /* An odd line-height ensures a consistent baseline on all platforms. */
line-height: 1.75em; line-height: 1.75em;
margin-bottom: 6px; margin-bottom: 6px;
...@@ -260,7 +260,7 @@ html[dir='rtl'] #display-filter-controls label span.first-button-component, ...@@ -260,7 +260,7 @@ html[dir='rtl'] #display-filter-controls label span.first-button-component,
.site-domain-wrapper { .site-domain-wrapper {
cursor: pointer; cursor: pointer;
display: -webkit-flex; display: flex;
width: 100%; width: 100%;
} }
...@@ -366,7 +366,7 @@ html[dir='rtl'] .site-domain { ...@@ -366,7 +366,7 @@ html[dir='rtl'] .site-domain {
} }
.filter-status > div { .filter-status > div {
-webkit-flex: 0 0 auto; flex: 0 0 auto;
-webkit-transition: background-color 150ms; -webkit-transition: background-color 150ms;
border-radius: 3px; border-radius: 3px;
display: none; display: none;
...@@ -429,11 +429,11 @@ html[dir='rtl'] .site-domain { ...@@ -429,11 +429,11 @@ html[dir='rtl'] .site-domain {
} }
.entry-box-container { .entry-box-container {
display: -webkit-flex; display: flex;
} }
.entry .visit-entry { .entry .visit-entry {
display: -webkit-flex; display: flex;
min-width: 0; min-width: 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment