File tree 11 files changed +28
-32
lines changed
premium/web-frontend/modules/baserow_premium/assets/scss/components/views
modules/core/assets/scss/components
11 files changed +28
-32
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
14
14
& :hover {
15
- cursor : pointer ;
16
- }
17
-
18
- & :not (.calendar-card--disabled , .calendar-card--dragging ):hover {
19
- cursor : pointer ;
20
- background-color : $color-neutral-100 ;
15
+ & :not (.calendar-card--disabled ):not (.calendar-card--dragging ) {
16
+ cursor : pointer ;
17
+ background-color : $color-neutral-100 ;
18
+ }
21
19
}
22
20
}
23
21
Original file line number Diff line number Diff line change 161
161
transition : transform 0.1s ease-out 0s ;
162
162
}
163
163
164
- & :not (
165
- .kanban-view__stack-card--disabled ,
166
- .kanban-view__stack-card--dragging
167
- ):hover {
168
- cursor : pointer ;
164
+ & :hover {
165
+ & :not (.kanban-view__stack-card--disabled ):not (.kanban-view__stack-card--dragging ) {
166
+ cursor : pointer ;
169
167
170
- @include elevation ($elevation-medium );
168
+ @include elevation ($elevation-medium );
169
+ }
171
170
}
172
171
}
173
172
Original file line number Diff line number Diff line change @@ -48,5 +48,6 @@ module.exports = {
48
48
'color-function-notation' : 'legacy' ,
49
49
'scss/no-global-function-names' : null ,
50
50
'alpha-value-notation' : 'number' ,
51
+ 'selector-not-notation' : 'simple' ,
51
52
} ,
52
53
}
Original file line number Diff line number Diff line change 28
28
text-decoration : none ;
29
29
}
30
30
31
- & :active:not (.button--loading , [disabled ]) {
31
+ & :active:not (.button--loading ) :not ( [disabled ]) {
32
32
box-shadow : none !important ;
33
33
}
34
34
Original file line number Diff line number Diff line change 14
14
@include rounded ($rounded-3xl );
15
15
@include elevation ($elevation-low );
16
16
17
- & :hover:not (.button-floating--loading , [disabled ]) {
17
+ & :hover:not (.button-floating--loading ) :not ( [disabled ]) {
18
18
background : $palette-neutral-25 ;
19
19
color : $palette-blue-600 ;
20
20
text-decoration : none ;
21
21
}
22
22
23
- & :active:not (.button-floating--loading , [disabled ]) {
23
+ & :active:not (.button-floating--loading ) :not ( [disabled ]) {
24
24
background : $palette-neutral-50 ;
25
25
color : $palette-blue-700 ;
26
26
box-shadow : none ;
Original file line number Diff line number Diff line change 15
15
@include rounded ($rounded-md );
16
16
@include elevation ($elevation-low );
17
17
18
- & :hover:not (.button-icon--loading , [disabled ]) {
18
+ & :hover:not (.button-icon--loading ) :not ( [disabled ]) {
19
19
background : $palette-neutral-25 ;
20
20
color : $palette-blue-600 ;
21
21
text-decoration : none ;
22
22
}
23
23
24
24
& .active ,
25
- & :active:not (.button-icon--loading , [disabled ]) {
25
+ & :active:not (.button-icon--loading ) :not ( [disabled ]) {
26
26
background : $palette-neutral-50 ;
27
27
color : $palette-blue-700 ;
28
28
box-shadow : none !important ;
Original file line number Diff line number Diff line change 18
18
color : $palette-neutral-500 ;
19
19
}
20
20
21
- & :hover:not (.button-text--loading , [disabled ]) {
21
+ & :hover:not (.button-text--loading ) :not ( [disabled ]) {
22
22
color : $palette-neutral-1300 ;
23
- text-decoration : none ;
24
23
}
25
24
26
25
& [disabled ]:not (.button-text--loading ) {
71
70
color : $palette-neutral-500 ;
72
71
}
73
72
74
- .button-text :hover:not (.button-text--loading , [disabled ]) & {
73
+ .button-text :hover:not (.button-text--loading ) :not ( [disabled ]) & {
75
74
color : $palette-neutral-1300 ;
76
75
}
77
76
78
- .button-text :active:not (.button-text--loading , [disabled ]) & {
77
+ .button-text :active:not (.button-text--loading ) :not ( [disabled ]) & {
79
78
color : $palette-neutral-700 ;
80
79
}
81
80
}
Original file line number Diff line number Diff line change 49
49
& :hover {
50
50
text-decoration : none ;
51
51
52
- & :not (.disabled , .active ) {
52
+ & :not (.disabled ) :not ( .active ) {
53
53
background-color : $color-neutral-100 ;
54
54
color : $color-neutral-900 ;
55
55
}
Original file line number Diff line number Diff line change 242
242
color : $palette-neutral-1200 ;
243
243
}
244
244
245
- :not (.select__item--loading , .select__item--no-options ):hover > & {
245
+ :not (.select__item--loading ) :not ( .select__item--no-options ):hover > & {
246
246
display : block ;
247
247
}
248
248
}
Original file line number Diff line number Diff line change 9
9
}
10
10
11
11
.simple-grid__left {
12
- .simple-grid__cell :not (
13
- .simple-grid__cell--first ,
12
+ .simple-grid__cell :not (.simple-grid__cell--first ):not (
14
13
.simple-grid__cell--single
15
14
) {
16
15
width : 200px ;
Original file line number Diff line number Diff line change 40
40
transition : transform 0.1s ease-out 0s ;
41
41
}
42
42
43
- & :not (
44
- .card--loading ,
45
- .gallery-view__card--disabled ,
46
- .gallery-view__card--dragging
47
- ) :hover {
48
- cursor : pointer ;
49
- box-shadow : 0 1 px 3 px 0 rgba ( $black , 0.32 );
43
+ & :hover {
44
+ & :not ( .card--loading ) :not ( .gallery-view__card--disabled ) :not (
45
+ .gallery-view__card--dragging
46
+ ) {
47
+ cursor : pointer ;
48
+ box-shadow : 0 1 px 3 px 0 rgba ( $black , 0.32 ) ;
49
+ }
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments