Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-10-30 08:29:48 +0300
committerGitHub <noreply@github.com>2020-10-30 08:29:48 +0300
commitc196d21e7ff2c8f688fa05afe0c85e90cedf4826 (patch)
treef4a5e0d338b1ce75394efd7f6d98839700a5527d /js
parenta6156ede326efe682935fa148d96d6e5772027e1 (diff)
Remove obsolete prefixes (#32012)
Diffstat (limited to 'js')
-rw-r--r--js/tests/visual/tooltip.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html
index 59d17fbb57..c06ac739b0 100644
--- a/js/tests/visual/tooltip.html
+++ b/js/tests/visual/tooltip.html
@@ -12,8 +12,6 @@
height: 50px;
border: 1px solid;
margin-left: 50px;
- -webkit-transform: rotate(270deg);
- -ms-transform: rotate(270deg);
transform: rotate(270deg);
margin-top: 100px;
}