diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/fonts/_fonts.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/fonts/_fonts.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/valo/fonts/_fonts.scss b/WebContent/VAADIN/themes/valo/fonts/_fonts.scss index dbcea242d2..43a275bac8 100644 --- a/WebContent/VAADIN/themes/valo/fonts/_fonts.scss +++ b/WebContent/VAADIN/themes/valo/fonts/_fonts.scss @@ -29,8 +29,7 @@ -moz-osx-font-smoothing: grayscale; display: inline-block; text-align: center; - @include user-select(none);; - cursor: default; + @include user-select(none); } } @@ -38,4 +37,4 @@ // Include directly to avoid trapping inside a parent selector // TODO move inside the theme main mixin once we can use Sass 3.3 (@at-root) -@include valo-fonts;
\ No newline at end of file +@include valo-fonts; |