File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
packages/vaadin-lumo-styles/src/components Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
@media lumo_components_scroller {
7
7
: host {
8
- outline : none;
9
8
--_focus-ring-color : var (--vaadin-focus-ring-color , var (--lumo-primary-color-50pct ));
10
9
--_focus-ring-width : var (--vaadin-focus-ring-width , 2px );
11
10
}
12
11
13
12
: host ([focus-ring ]) {
13
+ outline : none;
14
14
box-shadow : 0 0 0 var (--_focus-ring-width ) var (--_focus-ring-color );
15
15
}
16
16
17
- /* Show dividers when content overflows */
18
-
19
17
: host ([theme ~= 'overflow-indicators' ])::before ,
20
18
: host ([theme ~= 'overflow-indicators' ])::after {
21
- content : '' ;
22
- display : none;
23
- position : sticky;
24
- inset : 0 ;
25
- z-index : 9999 ;
26
- height : 1px ;
27
- margin-bottom : -1px ;
28
19
background : var (--lumo-contrast-10pct );
29
20
}
30
-
31
- : host ([theme ~= 'overflow-indicators' ])::after {
32
- margin-bottom : 0 ;
33
- margin-top : -1px ;
34
- }
35
-
36
- : host ([theme ~= 'overflow-indicators' ][overflow ~= 'top' ])::before ,
37
- : host ([theme ~= 'overflow-indicators' ][overflow ~= 'bottom' ])::after {
38
- display : block;
39
- }
40
21
}
You can’t perform that action at this time.
0 commit comments