kamrify commited on
Commit
fafdb5b
·
1 Parent(s): 59d1882

Non-animated driver to use outline

Browse files
Files changed (1) hide show
  1. src/driver.scss +1 -3
src/driver.scss CHANGED
@@ -132,9 +132,7 @@ div#driver-popover-item {
132
  transition: none !important;
133
 
134
  background: transparent !important;
135
- -webkit-appearance: none;
136
- -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.75);
137
- box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.75);
138
  }
139
 
140
  div#driver-page-overlay {
 
132
  transition: none !important;
133
 
134
  background: transparent !important;
135
+ outline: 5000px solid rgba(0, 0, 0, 0.75);
 
 
136
  }
137
 
138
  div#driver-page-overlay {