Skip to content

Commit 1105dd1

Browse files
authored
Merge pull request #6024 from TomJGooding/ci-bump-actions-setup-python-to-v5
ci: bump actions/setup-python to v5
2 parents 0835280 + 4bb21e2 commit 1105dd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Poetry
3030
run: pipx install poetry==1.7.1
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v4.7.1
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: "poetry"

src/textual/widgets/_button.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ class Button(Widget, can_focus=True):
6565
border: none !important;
6666
}
6767
68-
&:disabled {
68+
&:disabled {
6969
text-opacity: 0.6;
7070
}
71-
71+
7272
&:focus {
7373
text-style: $button-focus-text-style;
7474
background-tint: $foreground 5%;

0 commit comments

Comments
 (0)