summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/test.scss
blob: e65b49c36f39032d55e99bce490b2fcd5dd254c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* {
  -o-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

// Disable sticky changes bar for tests
.diff-files-changed {
  position: relative !important;
  top: 0 !important;
}