Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/new-options.css

Issue 29556681: Issue 5779 - Missing checkbox in language dialog and persistent validation (Closed)
Patch Set: Created Sept. 26, 2017, 6:33 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« new-options.html ('K') | « new-options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/new-options.css
===================================================================
--- a/skin/new-options.css
+++ b/skin/new-options.css
@@ -350,7 +350,7 @@
}
[data-validation] .floating-input input:focus:invalid ~ .attention::before,
saroyanm 2017/09/26 18:40:52 Making invalid errors being persistent with curren
ire 2017/09/28 07:33:44 Acknowledged.
-[data-validation] .floating-input input:focus:valid ~ .attention::before
+[data-validation] .floating-input input:valid ~ .attention::before
{
content: "";
position: absolute;
@@ -364,7 +364,7 @@
}
html[dir="rtl"] [data-validation] .floating-input input:focus:invalid ~ .attention::before,
-html[dir="rtl"] [data-validation] .floating-input input:focus:valid ~ .attention::before
+html[dir="rtl"] [data-validation] .floating-input input:valid ~ .attention::before
{
left: 0rem;
right: auto;
@@ -377,7 +377,7 @@
mask: url(icons/attention.svg);
}
-[data-validation] .floating-input input:focus:valid ~ .attention::before
+[data-validation] .floating-input input:valid ~ .attention::before
{
top: 0.8rem;
background-color: green;
@@ -1137,6 +1137,7 @@
padding: 1rem 0rem;
color: #099CD0;
font-size: 1.1rem;
+ font-weight: 700;
saroyanm 2017/09/26 18:40:52 Font-weight context menu items were different and
ire 2017/09/28 07:33:44 Acknowledged.
text-transform: none;
}
« new-options.html ('K') | « new-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld