Merge pull request #14588 from Snuffleupagus/rm-old-test-CSS
Remove old prefixed CSS rules used with `text` tests
This commit is contained in:
commit
1672c3a731
@ -27,15 +27,9 @@
|
||||
.textLayer br {
|
||||
position: absolute;
|
||||
white-space: pre;
|
||||
-webkit-transform-origin: 0% 0%;
|
||||
-moz-transform-origin: 0% 0%;
|
||||
-o-transform-origin: 0% 0%;
|
||||
-ms-transform-origin: 0% 0%;
|
||||
transform-origin: 0% 0%;
|
||||
border: solid 1px rgba(255, 0, 0, 0.5);
|
||||
background-color: rgba(255, 255, 32, 0.1);
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user