Skip to content

Commit

Permalink
web-wallet: Remove Beta ribbon
Browse files Browse the repository at this point in the history
Resolves #3164
  • Loading branch information
nortonandreev committed Dec 20, 2024
1 parent 49f9d63 commit e9a0570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
3 changes: 3 additions & 0 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- Removed Beta ribbon [#3164]

### Fixed

## [0.10.1] - 2024-12-18
Expand Down Expand Up @@ -458,6 +460,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#3129]: https://github.com/dusk-network/rusk/issues/3129
[#3156]: https://github.com/dusk-network/rusk/issues/3156
[#3160]: https://github.com/dusk-network/rusk/issues/3160
[#3164]: https://github.com/dusk-network/rusk/issues/3164
[#3178]: https://github.com/dusk-network/rusk/issues/3178
[#3179]: https://github.com/dusk-network/rusk/issues/3179
[#3203]: https://github.com/dusk-network/rusk/issues/3203
Expand Down
18 changes: 0 additions & 18 deletions web-wallet/src/style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,24 +106,6 @@ fieldset {
overflow: hidden;
}

#outer-container:after {
content: "beta";
position: absolute;
width: 90px;
height: 36px;
background: var(--secondary-color);
top: 1px;
right: -26px;
text-align: center;
font-size: 12px;
font-family: var(--mono-font-family);
text-transform: uppercase;
color: var(--on-secondary-color);
line-height: 45px;
transform: rotate(45deg);
z-index: 4;
}

:is(
.dusk-anchor-button:not(.dusk-anchor-button__disabled),
.dusk-button:enabled,
Expand Down

0 comments on commit e9a0570

Please sign in to comment.