A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/d9900ab below:

add in missing Bootstrap variant class `bg-active` for d… · bootstrap-vue/bootstrap-vue@d9900ab · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+15

-0

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+15

-0

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

@@ -88,6 +88,10 @@ $bv-enable-table-stacked: true !default;

88 88

$b-table-stacked-heading-width: 40% !default;

89 89

$b-table-stacked-gap: 1rem !default;

90 90 91 +

// Bootstrap v4.3 is missing the "active" variant for dark tables

92 +

// Which translates to `bg-active`, but only for tables

93 +

$table-dark-active-bg: $table-dark-hover-bg !default;

94 + 91 95

// --- Toasts ---

92 96 93 97

// Toaster defaults

Original file line number Diff line number Diff line change

@@ -34,6 +34,17 @@

34 34

caption-side: top !important;

35 35

}

36 36

}

37 + 38 +

// Add in missing `bg-active` class for table tbody rows

39 +

// Bootstrap v4.3 is missing this for dark tables

40 +

// `bg-active` class cannot be applied to individual cells

41 +

> tbody > .bg-active {

42 +

&,

43 +

> th,

44 +

> td {

45 +

background-color: $table-dark-active-bg;

46 +

}

47 +

}

37 48

}

38 49 39 50

// --- Table sticky header styling ---

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