A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuematerial/vue-material/commit/739cefa below:

expand content cursor style and hover (#1808) · vuematerial/vue-material@739cefa · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+17

-6

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+17

-6

lines changed Original file line number Diff line number Diff line change

@@ -127,8 +127,10 @@

127 127

text-transform: none;

128 128 129 129

&:not(.md-list-item-default):not([disabled]) {

130 -

user-select: none;

131 -

cursor: pointer;

130 +

> .md-list-item-content {

131 +

user-select: none;

132 +

cursor: pointer;

133 +

}

132 134

}

133 135 134 136

&.md-button-clean:hover {

Original file line number Diff line number Diff line change

@@ -129,7 +129,7 @@

129 129

will-change: border;

130 130 131 131

&.md-active {

132 -

.md-list-expand-icon {

132 +

> .md-list-item-content > .md-list-expand-icon {

133 133

perspective: 1000px;

134 134

perspective-origin: 50% 50%;

135 135

transform: rotateX(180deg);

Original file line number Diff line number Diff line change

@@ -18,7 +18,7 @@

18 18

.md-list-item-container {

19 19

@include md-theme-property(color, text-primary, background);

20 20 21 -

&:not(.md-list-item-default):not([disabled]):hover {

21 +

&:not(.md-list-item-default):not(.md-list-item-expand):not([disabled]):hover {

22 22

@include md-theme-property(background-color, divider, background);

23 23

@include md-theme-property(color, text-primary, background);

24 24

}

@@ -35,8 +35,17 @@

35 35

}

36 36

}

37 37 38 -

.md-list-item-expand.md-active {

39 -

@include md-theme-property(border-color, divider, background);

38 +

.md-list-item-expand {

39 +

&.md-active {

40 +

@include md-theme-property(border-color, divider, background);

41 +

}

42 + 43 +

&:not(.md-list-item-default):not([disabled]) {

44 +

> .md-list-item-content:hover {

45 +

@include md-theme-property(background-color, divider, background);

46 +

@include md-theme-property(color, text-primary, background);

47 +

}

48 +

}

40 49

}

41 50

}

42 51

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4