We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 116a53e + b4f7463 commit 64997a2Copy full SHA for 64997a2
docs/site/css/main.css
@@ -301,22 +301,16 @@ ul {
301
.page-header.fixed .v-btn {
302
background-color: #fff;
303
color: #444;
304
- border-radius: 8px;
+ border-radius: 5px;
305
border: 0;
306
- border-right: 2px solid #A0C2F4;
307
- border-bottom: 2px solid #A0C2F4;
308
padding: 11px 10px;
309
font-size: .8em;
310
- transition: border-color 1s, border-width .1s;
+ transition: all 0.3s ease;
311
}
312
313
.page-header.fixed .v-btn:hover {
314
opacity: 1;
315
- border-color: #aaa;
316
-}
317
-
318
-.page-header.fixed .v-btn:active {
319
- border-width: 1px;
+ background-color: #f6f6f6;
320
321
322
/*
0 commit comments