Skip to content

Commit d11d016

Browse files
committed
Update style_sheet spacing
1 parent 0d30718 commit d11d016

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

seleniumbase/core/style_sheet.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
'''
103103
.tour-tour-element {
104104
box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20);
105-
pointer-events: none !important;
105+
pointer-events: none !important;
106106
z-index: 9999;
107107
}
108108
@@ -139,13 +139,13 @@
139139
'''
140140
body.shepherd-active .shepherd-target.shepherd-enabled {
141141
box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20);
142-
pointer-events: none !important;
142+
pointer-events: none !important;
143143
z-index: 9999;
144144
}
145145
146146
body.shepherd-active .shepherd-orphan {
147147
box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20);
148-
pointer-events: auto;
148+
pointer-events: auto;
149149
z-index: 9999;
150150
}
151151
@@ -160,11 +160,11 @@
160160
}
161161
162162
body.shepherd-active .shepherd-step {
163-
pointer-events: auto;
163+
pointer-events: auto;
164164
z-index: 9999;
165165
}
166166
167167
body.shepherd-active {
168-
pointer-events: none !important;
168+
pointer-events: none !important;
169169
}
170170
''')

0 commit comments

Comments
 (0)