Skip to content

Commit 2f63138

Browse files
committed
Revert rollup button style change
This turned out to be more disruptive for the rollup happy path usages.
1 parent 595bef9 commit 2f63138

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

homu/html/queue.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -122,25 +122,6 @@
122122
color: #00f;
123123
}
124124

125-
/* Make the rollup button vs sync button clear distinct, because sync requires some elaborate procedure. */
126-
button#expand-rollup {
127-
background-color: darkcyan;
128-
border: 2px solid #000000;
129-
border-radius: 4px;
130-
box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
131-
box-sizing: border-box;
132-
color: #fff;
133-
font-size: 16px;
134-
font-weight: 400;
135-
padding: 10px 25px;
136-
text-align: center;
137-
}
138-
139-
button#expand-rollup:hover {
140-
box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
141-
transform: translateY(-2px);
142-
}
143-
144125
button#synch {
145126
background-color: red;
146127
border: 2px solid #000000;

0 commit comments

Comments
 (0)