diff options
Diffstat (limited to 'modules/controlcenter/network/EthernetList.qml')
| -rw-r--r-- | modules/controlcenter/network/EthernetList.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/controlcenter/network/EthernetList.qml b/modules/controlcenter/network/EthernetList.qml index ea3ece5..bdc43e8 100644 --- a/modules/controlcenter/network/EthernetList.qml +++ b/modules/controlcenter/network/EthernetList.qml @@ -62,8 +62,6 @@ DeviceList { color: Qt.alpha(Colours.tPalette.m3surfaceContainer, root.activeItem === modelData ? Colours.tPalette.m3surfaceContainer.a : 0) radius: Appearance.rounding.normal - border.width: root.activeItem === modelData ? 1 : 0 - border.color: Colours.palette.m3primary StateLayer { function onClicked(): void { |