Skip to content

Commit e2b669d

Browse files
committed
Redesign docs control button
1 parent 70557f7 commit e2b669d

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

web/src/style/components/DocumentControlButtons.module.css

+11-7
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,42 @@
1111
.share-button {
1212
height: 50px;
1313
width: 50px;
14-
color: white;
14+
color: rgba(0, 0, 0, 0.87);
1515
display: flex;
1616
align-items: center;
1717
justify-content: center;
1818
border: none;
1919
}
2020

2121
.home-button {
22-
background-color: var(--primary-foreground);
22+
background-color: #efefef;
2323
border-top-left-radius: 0.5rem;
2424
border-bottom-left-radius: 0.5rem;
2525
}
2626

2727
.share-button {
28-
background-color: #868686;
29-
border-top-right-radius: 0.5rem;
30-
border-bottom-right-radius: 0.5rem;
28+
color: rgba(0, 0, 0, 0.87);
29+
margin-left: 8px;
30+
border-radius: 0.5rem;
31+
cursor: pointer;
3132
}
3233

3334
.version-select {
3435
background: white;
35-
border: 1px solid rgba(0, 0, 0, 0.42);
3636
overflow: hidden;
3737

3838
padding: 9px;
3939
width: 200px;
4040

4141
font-size: 1.05em;
4242

43-
border-radius: 0 !important;
43+
border-left-color: #efefef !important;
44+
border-top-left-radius: 0 !important;
45+
border-bottom-left-radius: 0 !important;
46+
4447
}
4548

49+
4650
.version-select:focus-visible {
4751
outline: none;
4852
}

0 commit comments

Comments
 (0)