Browse Source

Moved toggle switch state change to the theme.

Aleksander Nowodzinski 7 years ago
parent
commit
7038c42445
1 changed files with 0 additions and 6 deletions
  1. 0 6
      packages/ckeditor5-ui/theme/components/button/switchbutton.css

+ 0 - 6
packages/ckeditor5-ui/theme/components/button/switchbutton.css

@@ -4,8 +4,6 @@
  */
 
 .ck.ck-button.ck-switchbutton {
-	position: relative;
-
 	& .ck-button__toggle {
 		display: block;
 
@@ -13,8 +11,4 @@
 			display: block;
 		}
 	}
-
-	&.ck-on .ck-button__toggle .ck-button__toggle__inner {
-		float: right;
-	}
 }