Skip to content

Commit

Permalink
Fix specificity for CSS selector to set color on active outline prima…
Browse files Browse the repository at this point in the history
…ry buttons
  • Loading branch information
acelaya committed Jan 20, 2024
1 parent 4b5beb3 commit 9449ec7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).

## [0.4.2] - 2024-01-20
### Added
* *Nothing*

### Changed
* *Nothing*

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* Fix specificity for CSS selector to set color on active outline primary buttons


## [0.4.1] - 2023-12-15
### Added
* Add `useParsedQuery` hook
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
shlink_frontend_kit:
container_name: shlink_frontend_kit
image: node:20.5-alpine
image: node:20.11-alpine
volumes:
- ./:/shlink-frontend-kit
ports:
Expand Down
4 changes: 2 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ hr {
.btn-primary:active,
.btn-primary.active,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active, {
.btn-outline-primary:active.btn-outline-primary:active,
.btn-outline-primary.active.btn-outline-primary.active, {
color: #ffffff;
}

Expand Down

0 comments on commit 9449ec7

Please # to comment.