We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52a50a commit c863b89Copy full SHA for c863b89
src/docs/asciidoc/css/stylesheet.css
@@ -1,10 +1,10 @@
1
@import 'css/spring.css';
2
3
.listingblock .switch {
4
- border-width: 1px 1px 0 1px;
5
- border-style: solid;
6
- border-color: #282c34;
+ border-style: none;
7
display: inline-block;
+ position: relative;
+ bottom: -3px;
8
}
9
10
.listingblock .switch--item {
@@ -13,15 +13,15 @@
13
color: #282c34;
14
15
cursor: pointer;
16
+ border-top-left-radius: 4px;
17
+ border-top-right-radius: 4px;
18
19
20
.listingblock .switch--item:not(:first-child) {
- border-width: 0 0 0 1px;
21
22
23
24
.listingblock .switch--item.selected {
25
background-color: #282c34;
26
color: #e6e1dc;
27
-}
+}
0 commit comments