Skip to content

Commit

Permalink
fix radioset css
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Jul 15, 2024
1 parent f88d276 commit dac0156
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- New typo analyzer

### Fixed

- Radio set css

## [2.3.0] - 2024-07-15

### Added
Expand Down
8 changes: 7 additions & 1 deletion changelog.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
{
"type": "Added",
"entries": [
"New typo analizer"
"New typo analyzer"
]
},
{
"type": "Fixed",
"entries": [
"Radio set css"
]
}
]
Expand Down
2 changes: 2 additions & 0 deletions kaskade/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ CreateTopicScreen > Container > Input:focus {
CreateTopicScreen > Container > RadioSet {
border: solid $kaskade-green 50%;
width: 100%;
background: $surface;
}

CreateTopicScreen > Container > RadioSet:focus {
Expand Down Expand Up @@ -188,6 +189,7 @@ EditTopicScreen > Container > Input:focus {
EditTopicScreen > Container > RadioSet {
border: solid $kaskade-green 50%;
width: 100%;
background: $surface;
}

EditTopicScreen > Container > RadioSet:focus {
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@ line-length = 100
[tool.ruff]
line-length = 100

[tool.typos]
type.lock.extend-glob = ["*.lock"]
type.lock.check-file = true

[tool.poetry.scripts]
kaskade = "kaskade.main:cli"

0 comments on commit dac0156

Please sign in to comment.