Skip to content

Commit 64997a2

Browse files
Merge pull request #631 from stephenplusplus/spp--docs-button-sync
docs: sync button style
2 parents 116a53e + b4f7463 commit 64997a2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/site/css/main.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -301,22 +301,16 @@ ul {
301301
.page-header.fixed .v-btn {
302302
background-color: #fff;
303303
color: #444;
304-
border-radius: 8px;
304+
border-radius: 5px;
305305
border: 0;
306-
border-right: 2px solid #A0C2F4;
307-
border-bottom: 2px solid #A0C2F4;
308306
padding: 11px 10px;
309307
font-size: .8em;
310-
transition: border-color 1s, border-width .1s;
308+
transition: all 0.3s ease;
311309
}
312310

313311
.page-header.fixed .v-btn:hover {
314312
opacity: 1;
315-
border-color: #aaa;
316-
}
317-
318-
.page-header.fixed .v-btn:active {
319-
border-width: 1px;
313+
background-color: #f6f6f6;
320314
}
321315

322316
/*

0 commit comments

Comments
 (0)