kamrify commited on
Commit
7b945b1
·
1 Parent(s): 0bb202c

Update class name

Browse files
Files changed (2) hide show
  1. src/common/constants.js +1 -1
  2. src/driver.scss +1 -1
src/common/constants.js CHANGED
@@ -14,7 +14,7 @@ export const ID_POPOVER = 'driver-popover-item';
14
 
15
  export const CLASS_DRIVER_HIGHLIGHTED_ELEMENT = 'driver-highlighted-element';
16
 
17
- export const CLASS_NO_ANIMATION = 'sholo-no-animation';
18
  export const CLASS_POPOVER_TIP = 'driver-popover-tip';
19
  export const CLASS_POPOVER_TITLE = 'driver-popover-title';
20
  export const CLASS_POPOVER_DESCRIPTION = 'driver-popover-description';
 
14
 
15
  export const CLASS_DRIVER_HIGHLIGHTED_ELEMENT = 'driver-highlighted-element';
16
 
17
+ export const CLASS_NO_ANIMATION = 'driver-no-animation';
18
  export const CLASS_POPOVER_TIP = 'driver-popover-tip';
19
  export const CLASS_POPOVER_TITLE = 'driver-popover-title';
20
  export const CLASS_POPOVER_DESCRIPTION = 'driver-popover-description';
src/driver.scss CHANGED
@@ -107,7 +107,7 @@ div#driver-popover-item {
107
  }
108
  }
109
 
110
- .sholo-no-animation {
111
  -webkit-transition: none !important;
112
  -moz-transition: none !important;
113
  -ms-transition: none !important;
 
107
  }
108
  }
109
 
110
+ .driver-no-animation {
111
  -webkit-transition: none !important;
112
  -moz-transition: none !important;
113
  -ms-transition: none !important;