File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 3
3
#tour
4
4
.modal-header
5
5
h2 Welcome to MongoDB Compass
6
- a .tour-close-button ×
6
+ button .tour-close-button ×
7
7
#animation
8
8
img#animation-gif ( src ="./images/tour/f0.gif" )
9
9
#features
23
23
h3.feature-title View Documents
24
24
p.feature-description Open the document drawer on the right to view the raw JSON documents in the result set.
25
25
.pager
26
- a .previous-slide.hide Previous
26
+ button .previous-slide.hide Previous
27
27
ul
28
28
li#f0 .selected ( data-n ="0" , title ="Choose a collection" )
29
29
li#f1 ( data-n ="1" , title ="Browse schema" )
30
30
li#f2 ( data-n ="2" , title ="View data distribution" )
31
31
li#f3 ( data-n ="3" , title ="Build queries" )
32
32
li#f4 ( data-n ="4" , title ="View documents" )
33
- a .next-slide Next
33
+ button .next-slide Next
34
34
.get-started-button-holder
35
35
button#tour-remove .hide ( type ="button" , class ="btn btn-info" ) Get Started
36
36
Original file line number Diff line number Diff line change 30
30
background-color : @pw ;
31
31
-webkit-transform : translate (-50% , -50% );
32
32
33
- a .tour-close-button {
33
+ button .tour-close-button {
34
34
position : absolute ;
35
35
right : 10px ;
36
36
top : 0 ;
37
37
color : @gray6 ;
38
38
font-size : 28px ;
39
39
font-weight : 200 ;
40
40
cursor : pointer ;
41
+ border : none ;
42
+ background : none ;
41
43
42
44
& :hover {
43
45
text-decoration : none ;
78
80
position : relative ;
79
81
-webkit-user-select : none ;
80
82
81
- a {
83
+ button {
82
84
position : absolute ;
83
85
display : block ;
84
86
color : @green2 ;
87
+ border : none ;
88
+ background : none ;
85
89
86
90
& :hover {
87
91
text-decoration : none ;
88
92
cursor : pointer ;
89
93
}
90
94
}
91
- a .previous-slide {
95
+ button .previous-slide {
92
96
background : url(' images/tour/pager-arrow-left.png' ) left 0 no-repeat ;
93
97
background-size : 10px 22px ;
94
98
padding : 1px 0 0 20px ;
95
99
left : 0 ;
96
100
}
97
- a .next-slide {
101
+ button .next-slide {
98
102
background : url(' images/tour/pager-arrow-right.png' ) right 0 no-repeat ;
99
103
background-size : 10px 22px ;
100
104
padding : 1px 20px 0 0 ;
You can’t perform that action at this time.
0 commit comments