0

Sencha Touch 2.2 でボタンのデフォルト ストロークを削除したいと考えています。

$button-stroke-weight : 0px ;

次のファイルをコンパスでコンパイルすると、「同一」になり、テーマに実際の変更はありません。

$button-stroke-weight : 0px ;

$base-gradient: 'flat';

@import 'sencha-touch/default';
@import 'sencha-touch/default/all';

// Custom code goes here..

@include sencha-button-ui('positive', #8AB24F, 'flat');
@include sencha-button-ui('negative', #888888, 'flat');

@include icon('mail');
4

1 に答える 1

0

compass cleanaとa を試しましたcompass compileか?

于 2013-08-29T16:11:08.820 に答える