diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-28 19:01:59 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-28 19:01:59 +0300 |
| commit | 858a4b2b7183c5bbc049bbdeb413e6afad45b090 (patch) | |
| tree | 8ba5c401aa79c983a45beb0ec7c25987048aa146 /docs/_static/css/code-snippets.css | |
| parent | b3aeaf3e80e05b692d132de6bd316dceab41be0b (diff) | |
| download | vyos-documentation-858a4b2b7183c5bbc049bbdeb413e6afad45b090.tar.gz vyos-documentation-858a4b2b7183c5bbc049bbdeb413e6afad45b090.zip | |
docs: simplify paging-button hover background to one declaration
The hover rule carried 'background-color: #E1E4E5 !important' followed by
'background: none'. The important longhand outranks the later normal-importance
shorthand, so the gray hover fill did apply — but the pair is confusing and
CodeRabbit read it as a dead declaration. Collapse to a single
'background: #E1E4E5 !important', which produces the identical effective state
(gray fill, upstream 2.x hover gradient suppressed) in one declaration.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/_static/css/code-snippets.css')
0 files changed, 0 insertions, 0 deletions
