Skip to content

Commit

Permalink
Web Inspector: font-family should be font-size in RecordingContentVie…
Browse files Browse the repository at this point in the history
…w.css

https://bugs.webkit.org/show_bug.cgi?id=274693

Reviewed by Devin Rousso.

I am deleting font-family: 11px to in RecordingContentView.css.
The font-size is not being applied due to the above font-family overriding it.

* Source/WebInspectorUI/UserInterface/Views/RecordingContentView.css:
(.content-view.recording > header > .slider-container > .slider-value):

Canonical link: https://commits.webkit.org/279323@main
  • Loading branch information
francescorn authored and Ahmad Saleem committed May 25, 2024
1 parent 0b08569 commit 01b4b03
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

.content-view.recording > header > .slider-container > .slider-value {
font-family: Menlo, monospace;
font-family: 11px;
}

.content-view.recording > header > .slider-container > input[type=range] {
Expand Down

0 comments on commit 01b4b03

Please sign in to comment.