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

Unified Diff: css/desktop-options.scss

Issue 29730617: Issue 6510 - Configure notification opens options page incorrectly (Closed)
Patch Set: Created March 22, 2018, 8:35 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
« no previous file with comments | « no previous file | js/desktop-options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: css/desktop-options.scss
===================================================================
--- a/css/desktop-options.scss
+++ b/css/desktop-options.scss
@@ -533,16 +533,33 @@
}
[data-validation] .floating-input input:focus:invalid ~ .error-msg
{
visibility: visible;
}
/*
+ Animations
+*/
+
+.highlight-animate
+{
+ animation: highlight 1s 3;
+}
+
+@keyframes highlight
+{
+ 0% { background-color: transparent }
+ 30% { background-color: #ffd7a3 }
+ 70% { background-color: #ffd7a3 }
+ 100% { background-color: transparent }
+}
+
+/*
Sidebar
*/
#sidebar,
#sidebar .fixed,
[role="tablist"]
{
width: 14.3rem;
« no previous file with comments | « no previous file | js/desktop-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld