@@ -43,7 +43,7 @@ div[contenteditable=false] {
4343/* Default global values */
4444div .select2-drop .select2-search input , // TODO: REMOVE WHEN DROPPING SELECT2
4545select ,
46- button :not (.button-vue ), .button :not ( .button-vue ) ,
46+ button :not (.button-vue ), .button ,
4747input :not ([type = ' range' ]),
4848textarea ,
4949div [contenteditable = true ],
@@ -168,8 +168,8 @@ input {
168168
169169/* 'Click' inputs */
170170select ,
171- button :not (.button-vue ), .button :not ( .button-vue ) ,
172- input [type = ' button' ]:not ( .button-vue ) ,
171+ button :not (.button-vue ), .button ,
172+ input [type = ' button' ],
173173input [type = ' submit' ],
174174input [type = ' reset' ] {
175175 padding : 6px 16px ;
@@ -184,7 +184,7 @@ input[type='reset'] {
184184 }
185185}
186186select ,
187- button :not (.button-vue ), .button :not ( .button-vue ) {
187+ button :not (.button-vue ), .button {
188188 * {
189189 cursor : pointer ;
190190 }
@@ -197,8 +197,8 @@ button:not(.button-vue), .button:not(.button-vue) {
197197}
198198
199199/* Buttons */
200- button :not (.button-vue ), .button :not ( .button-vue ) ,
201- input [type = ' button' ]:not ( .button-vue ) ,
200+ button :not (.button-vue ), .button ,
201+ input [type = ' button' ],
202202input [type = ' submit' ],
203203input [type = ' reset' ] {
204204 font-weight : bold ;
@@ -215,7 +215,7 @@ input[type='reset'] {
215215 color : #fff !important ;
216216 }
217217}
218- button :not (.button-vue ):not (.action-button ), .button :not ( .button-vue ) {
218+ button :not (.button-vue ):not (.action-button ), .button {
219219 > span {
220220 /* icon position inside buttons */
221221 & [class ^= ' icon-' ],
0 commit comments