Skip to content

Commit

Permalink
Bugfix for class names in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thirstyape committed Aug 21, 2024
1 parent d401b15 commit 4cf178c
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 33 deletions.
4 changes: 2 additions & 2 deletions easy-blazor-bulma/Sass/easy-blazor-bulma.sass
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@
white-space: break-spaces

.is-hoverable
&.ishoverable-default
&.is-hoverable-default:hover
background-color: $background
color: $scheme-invert
@each $name, $components in $colors
$color: nth($components, 1)
$color-invert: nth($components, 2)
&.ishoverable-#{$name}
&.is-hoverable-#{$name}:hover
background-color: $color
color: $color-invert

Expand Down
9 changes: 6 additions & 3 deletions easy-blazor-bulma/easy-blazor-bulma.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<Authors>NF Software Inc.</Authors>
<Company>NF Software Inc.</Company>
<Copyright>Copyright 2023 $(Company)</Copyright>
<Version>1.1.8</Version>
<AssemblyVersion>1.1.8.0</AssemblyVersion>
<FileVersion>1.1.8.0</FileVersion>
<Version>1.1.9</Version>
<AssemblyVersion>1.1.9.0</AssemblyVersion>
<FileVersion>1.1.9.0</FileVersion>
<PackageId>Easy.Blazor.Bulma</PackageId>
<PackageTags>blazor bulma components inputs layout forms icons</PackageTags>
<RepositoryUrl>https://github.com/thirstyape/Easy-Blazor-Bulma</RepositoryUrl>
Expand All @@ -20,6 +20,9 @@
This project was created to provide a standard implementation of Bulma with Blazor components.
</Description>
<PackageReleaseNotes>
1.1.9
Bugfix for class names in previous commit

1.1.8
Add generic colored hoverable CSS classes

Expand Down
26 changes: 13 additions & 13 deletions easy-blazor-bulma/wwwroot/css/easy-blazor-bulma-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -22117,55 +22117,55 @@ span[data-tooltip].has-tooltip-danger {
white-space: break-spaces;
}

.is-hoverable.ishoverable-default {
.is-hoverable.is-hoverable-default:hover {
background-color: hsl(0deg, 0%, 14%);
color: hsl(0deg, 0%, 100%);
}
.is-hoverable.ishoverable-white {
.is-hoverable.is-hoverable-white:hover {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.is-hoverable.ishoverable-black {
.is-hoverable.is-hoverable-black:hover {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.is-hoverable.ishoverable-light {
.is-hoverable.is-hoverable-light:hover {
background-color: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
.is-hoverable.ishoverable-dark {
.is-hoverable.is-hoverable-dark:hover {
background-color: hsl(0deg, 0%, 21%);
color: #fff;
}
.is-hoverable.ishoverable-primary {
.is-hoverable.is-hoverable-primary:hover {
background-color: hsl(171deg, 100%, 41%);
color: #fff;
}
.is-hoverable.ishoverable-secondary {
.is-hoverable.is-hoverable-secondary:hover {
background-color: hsl(271deg, 100%, 71%);
color: #fff;
}
.is-hoverable.ishoverable-tertiary {
.is-hoverable.is-hoverable-tertiary:hover {
background-color: hsl(14deg, 100%, 53%);
color: #fff;
}
.is-hoverable.ishoverable-link {
.is-hoverable.is-hoverable-link:hover {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.is-hoverable.ishoverable-info {
.is-hoverable.is-hoverable-info:hover {
background-color: hsl(207deg, 61%, 53%);
color: #fff;
}
.is-hoverable.ishoverable-success {
.is-hoverable.is-hoverable-success:hover {
background-color: hsl(153deg, 53%, 53%);
color: #fff;
}
.is-hoverable.ishoverable-warning {
.is-hoverable.is-hoverable-warning:hover {
background-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
.is-hoverable.ishoverable-danger {
.is-hoverable.is-hoverable-danger:hover {
background-color: hsl(348deg, 86%, 61%);
color: #fff;
}
Expand Down

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions easy-blazor-bulma/wwwroot/css/easy-blazor-bulma.css
Original file line number Diff line number Diff line change
Expand Up @@ -22117,55 +22117,55 @@ span[data-tooltip].has-tooltip-danger {
white-space: break-spaces;
}

.is-hoverable.ishoverable-default {
.is-hoverable.is-hoverable-default:hover {
background-color: hsl(0deg, 0%, 96%);
color: hsl(0deg, 0%, 4%);
}
.is-hoverable.ishoverable-white {
.is-hoverable.is-hoverable-white:hover {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.is-hoverable.ishoverable-black {
.is-hoverable.is-hoverable-black:hover {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.is-hoverable.ishoverable-light {
.is-hoverable.is-hoverable-light:hover {
background-color: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
.is-hoverable.ishoverable-dark {
.is-hoverable.is-hoverable-dark:hover {
background-color: hsl(0deg, 0%, 21%);
color: #fff;
}
.is-hoverable.ishoverable-primary {
.is-hoverable.is-hoverable-primary:hover {
background-color: hsl(171deg, 100%, 41%);
color: #fff;
}
.is-hoverable.ishoverable-secondary {
.is-hoverable.is-hoverable-secondary:hover {
background-color: hsl(271deg, 100%, 71%);
color: #fff;
}
.is-hoverable.ishoverable-tertiary {
.is-hoverable.is-hoverable-tertiary:hover {
background-color: hsl(14deg, 100%, 53%);
color: #fff;
}
.is-hoverable.ishoverable-link {
.is-hoverable.is-hoverable-link:hover {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.is-hoverable.ishoverable-info {
.is-hoverable.is-hoverable-info:hover {
background-color: hsl(207deg, 61%, 53%);
color: #fff;
}
.is-hoverable.ishoverable-success {
.is-hoverable.is-hoverable-success:hover {
background-color: hsl(153deg, 53%, 53%);
color: #fff;
}
.is-hoverable.ishoverable-warning {
.is-hoverable.is-hoverable-warning:hover {
background-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
.is-hoverable.ishoverable-danger {
.is-hoverable.is-hoverable-danger:hover {
background-color: hsl(348deg, 86%, 61%);
color: #fff;
}
Expand Down
2 changes: 1 addition & 1 deletion easy-blazor-bulma/wwwroot/css/easy-blazor-bulma.min.css

Large diffs are not rendered by default.

0 comments on commit 4cf178c

Please sign in to comment.