diff --git a/addon/styles/components/common/toggle-button.less b/addon/styles/components/common/toggle-button.less index efc2409c2..aeb815246 100644 --- a/addon/styles/components/common/toggle-button.less +++ b/addon/styles/components/common/toggle-button.less @@ -3,19 +3,19 @@ @bottonWidthSize: 1.2em; @bottonHeightSize: 2.3em; -.arrow { +.toggle-arrow { content: ''; position: absolute; border: @iconHeight solid transparent; } .arrow-verticsl-button() { - .arrow(); + .toggle-arrow(); top: calc(~'50% - @{iconHeight}'); } .arrow-horisontal-button() { - .arrow(); + .toggle-arrow(); left: calc(~'50% - @{iconHeight}'); }