mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
Cleanup report-wizard scss styles #PL-4386
This commit is contained in:
parent
6a5ba6dcb5
commit
4e715351a8
@ -15,4 +15,8 @@
|
||||
.v-textfield-hidden-field{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.on-hover-visible-layout {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2008-2014 Haulmont. All rights reserved.
|
||||
* Use is subject to license terms, see http://www.cuba-platform.com/license for details.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Link component styles
|
||||
* (useless to move into a separate file)
|
||||
*/
|
||||
.on-hover-visible-layout {
|
||||
visibility: hidden;
|
||||
}
|
@ -59,7 +59,6 @@
|
||||
@import "components/tokenlist/tokenlist";
|
||||
@import "components/twincolumn/twincolumn";
|
||||
@import "components/richtextarea/richtextarea";
|
||||
@import "components/boxlayout/onHoverVisible";
|
||||
|
||||
// Application specific
|
||||
@import "app/app-window";
|
||||
|
@ -1,12 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2008-2014 Haulmont. All rights reserved.
|
||||
* Use is subject to license terms, see http://www.cuba-platform.com/license for details.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Link component styles
|
||||
* (useless to move into a separate file)
|
||||
*/
|
||||
.on-hover-visible-layout {
|
||||
visibility: hidden;
|
||||
}
|
@ -45,7 +45,10 @@
|
||||
@import "components/upload/upload";
|
||||
@import "components/widgetstree/widgetstree";
|
||||
@import "components/window/window";
|
||||
@import "components/boxlayout/onHoverVisible";
|
||||
|
||||
.on-hover-visible-layout {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
* Focus outline
|
||||
|
Loading…
Reference in New Issue
Block a user